summaryrefslogtreecommitdiffstats
path: root/mpcommon.h
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-17 21:04:46 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-17 21:04:46 +0000
commit4b774aacd1c1afd62cddb8dc29710a605012fdb3 (patch)
treed7517956ca2af9545cc3d6c3afa836d7dc42f459 /mpcommon.h
parent0fe4207dfba3a8b28db86522d2b5b78df7379a5e (diff)
downloadmpv-4b774aacd1c1afd62cddb8dc29710a605012fdb3.tar.bz2
mpv-4b774aacd1c1afd62cddb8dc29710a605012fdb3.tar.xz
Move some subtitle handling from mplayer.c to mpcommon.c and share it with mencoder.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22251 b3059339-0415-0410-9bf9-f77b7e298cf2
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);