summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'mpcommon.h')
-rw-r--r--mpcommon.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mpcommon.h b/mpcommon.h
new file mode 100644
index 0000000000..5b52297774
--- /dev/null
+++ b/mpcommon.h
@@ -0,0 +1,7 @@
+extern double sub_last_pts;
+#ifdef USE_ASS
+extern ass_track_t *ass_track;
+#endif
+extern sub_data *subdata;
+extern subtitle *vo_sub_last;
+void update_subtitles(sh_video_t *sh_video, demux_stream_t *d_dvdsub, int reset);