summaryrefslogtreecommitdiffstats
path: root/sub/dec_sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/dec_sub.h')
-rw-r--r--sub/dec_sub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sub/dec_sub.h b/sub/dec_sub.h
index ae39f15f31..efbfdc9ce7 100644
--- a/sub/dec_sub.h
+++ b/sub/dec_sub.h
@@ -32,4 +32,8 @@ struct sh_sub *sd_ass_create_from_track(struct ass_track *track,
bool vsfilter_aspect,
struct MPOpts *opts);
+#ifdef CONFIG_ASS
+struct ass_track *sub_get_ass_track(struct osd_state *osd);
+#endif
+
#endif