summaryrefslogtreecommitdiffstats
path: root/sub/ass_mp.h
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2016-01-07 13:31:09 -0800
committerAman Gupta <aman@tmm1.net>2016-01-18 12:12:34 -0800
commit1781bf26f101442be06d72243e8cbeffcaa47658 (patch)
tree05153d1ee8886ff7d46647f534aec7a351c56fce /sub/ass_mp.h
parent5053f4cc3f48538c3d9a3ba13dc98442f3302052 (diff)
downloadmpv-1781bf26f101442be06d72243e8cbeffcaa47658.tar.bz2
mpv-1781bf26f101442be06d72243e8cbeffcaa47658.tar.xz
ass_mp: add mp_ass_flush_old_events()
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 98311824ab..789a53acb1 100644
--- a/sub/ass_mp.h
+++ b/sub/ass_mp.h
@@ -44,6 +44,7 @@ struct mpv_global;
struct mp_osd_res;
struct osd_style_opts;
+void mp_ass_flush_old_events(ASS_Track *track, long long ts);
void mp_ass_set_style(ASS_Style *style, double res_y,
const struct osd_style_opts *opts);