sub/ass_mp: filters/f_lavfi: forward declare mp_log

This commit is contained in:
llyyr 2023-09-20 17:20:08 +05:30 committed by Dudemanguy
parent e95958f5b3
commit 1810792031
2 changed files with 2 additions and 0 deletions

View File

@ -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);

View File

@ -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,