summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.h
diff options
context:
space:
mode:
authorllyyr <llyyr.public@gmail.com>2023-08-26 18:47:01 +0530
committerDudemanguy <random342@airmail.cc>2023-08-27 16:14:18 +0000
commitf9918b53901db2fbc3cfc1be509a32d3ed89556a (patch)
treec9459a0e1efbd897364a9a2ece901316ab48d8c7 /sub/dec_sub.h
parent902bbdad35413436ff024c17d0ead774747f026f (diff)
downloadmpv-f9918b53901db2fbc3cfc1be509a32d3ed89556a.tar.bz2
mpv-f9918b53901db2fbc3cfc1be509a32d3ed89556a.tar.xz
command: add `sub-ass-extradata` property
Diffstat (limited to 'sub/dec_sub.h')
-rw-r--r--sub/dec_sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/dec_sub.h b/sub/dec_sub.h
index 4a68cf6aaa..96b8c29807 100644
--- a/sub/dec_sub.h
+++ b/sub/dec_sub.h
@@ -47,6 +47,7 @@ bool sub_read_packets(struct dec_sub *sub, double video_pts, bool force);
struct sub_bitmaps *sub_get_bitmaps(struct dec_sub *sub, struct mp_osd_res dim,
int format, double pts);
char *sub_get_text(struct dec_sub *sub, double pts, enum sd_text_type type);
+char *sub_ass_get_extradata(struct dec_sub *sub);
struct sd_times sub_get_times(struct dec_sub *sub, double pts);
void sub_reset(struct dec_sub *sub);
void sub_select(struct dec_sub *sub, bool selected);