summaryrefslogtreecommitdiffstats
path: root/filters
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-09-20 17:20:08 +0530
committerDudemanguy <random342@airmail.cc>2023-09-21 14:40:11 +0000
commit181079203103683fa36c0c233cc3ac6137c22529 (patch)
treeb73308b135b139c1f6515d6519d429572720ae87 /filters
parente95958f5b34c614cede001468f629d5566ccf59e (diff)
downloadmpv-181079203103683fa36c0c233cc3ac6137c22529.tar.bz2
mpv-181079203103683fa36c0c233cc3ac6137c22529.tar.xz
sub/ass_mp: filters/f_lavfi: forward declare mp_log
Diffstat (limited to 'filters')
-rw-r--r--filters/f_lavfi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filters/f_lavfi.h b/filters/f_lavfi.h
index ec6990f68a..b86ed90efd 100644
--- a/filters/f_lavfi.h
+++ b/filters/f_lavfi.h
@@ -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);