summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
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 /sub/ass_mp.h
parente95958f5b34c614cede001468f629d5566ccf59e (diff)
downloadmpv-181079203103683fa36c0c233cc3ac6137c22529.tar.bz2
mpv-181079203103683fa36c0c233cc3ac6137c22529.tar.xz
sub/ass_mp: filters/f_lavfi: forward declare mp_log
Diffstat (limited to 'sub/ass_mp.h')
-rw-r--r--sub/ass_mp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/ass_mp.h b/sub/ass_mp.h
index e581f939e8..dc83e31ed6 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -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,