summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-20 18:36:50 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-20 18:36:50 +0000
commit7cb47d1cbc5b63c0c17b67a408a3eaabee2b38d9 (patch)
tree14bd177d8fa1f2134ecd518bbf4a6fa6f51fa5ba /libvo/sub.h
parent8d04f52cd7753af44c05c87759b12aff672f19aa (diff)
downloadmpv-7cb47d1cbc5b63c0c17b67a408a3eaabee2b38d9.tar.bz2
mpv-7cb47d1cbc5b63c0c17b67a408a3eaabee2b38d9.tar.xz
DVD sub patch by Kim Minh Kaplan <kmkaplan@selfoffice.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3035 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 8ffecbcd15..acaf4a050c 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -21,6 +21,8 @@ extern int vo_osd_progbar_value; // 0..255
extern subtitle* vo_sub;
+extern void* vo_spudec;
+
#define OSD_PLAY 0x01
#define OSD_PAUSE 0x02
#define OSD_STOP 0x03