mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 03:47:46 +08:00
vlc_es_out: remove private control callback
The private control has been moved to struct vlc_input_es_out which is an internal interface used by the input only, removing the need for the modules using the vlc_es_out interface to know about this.
This commit is contained in:
parent
115c9e7f26
commit
132308a6d3
@ -131,10 +131,6 @@ struct es_out_callbacks
|
||||
void (*del)(es_out_t *, es_out_id_t *);
|
||||
int (*control)(es_out_t *, input_source_t *in, int query, va_list);
|
||||
void (*destroy)(es_out_t *);
|
||||
/**
|
||||
* Private control callback, must be NULL for es_out created from modules.
|
||||
*/
|
||||
int (*priv_control)(es_out_t *, input_source_t *in, int query, va_list);
|
||||
};
|
||||
|
||||
struct es_out_t
|
||||
|
Loading…
Reference in New Issue
Block a user