mirror of https://github.com/mpv-player/mpv
sub/ass_mp: filters/f_lavfi: forward declare mp_log
This commit is contained in:
parent
e95958f5b3
commit
1810792031
|
@ -31,6 +31,7 @@ struct mp_lavfi *mp_lavfi_create_filter(struct mp_filter *parent,
|
|||
char **graph_opts,
|
||||
const char *filter, char **filter_opts);
|
||||
|
||||
struct mp_log;
|
||||
// Print libavfilter list for --vf/--af
|
||||
void print_lavfi_help_list(struct mp_log *log, int media_type);
|
||||
|
||||
|
|
|
@ -42,6 +42,7 @@ struct MPOpts;
|
|||
struct mpv_global;
|
||||
struct mp_osd_res;
|
||||
struct osd_style_opts;
|
||||
struct mp_log;
|
||||
|
||||
void mp_ass_flush_old_events(ASS_Track *track, long long ts);
|
||||
void mp_ass_set_style(ASS_Style *style, double res_y,
|
||||
|
|
Loading…
Reference in New Issue