summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-10 17:20:27 +0000
committerkmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-10 17:20:27 +0000
commit1b6e300d94f1a8eaac02af6a1ea181535116f36f (patch)
treefafba8a9510e19644b0f472d07bdae0d1dcbafe3 /libvo/sub.h
parent1e38367065037a0a2899dbd9b1708eefed4e84a7 (diff)
downloadmpv-1b6e300d94f1a8eaac02af6a1ea181535116f36f.tar.bz2
mpv-1b6e300d94f1a8eaac02af6a1ea181535116f36f.tar.xz
Add vobsub support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4081 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index acaf4a050c..eb8e98026f 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -22,6 +22,7 @@ extern int vo_osd_progbar_value; // 0..255
extern subtitle* vo_sub;
extern void* vo_spudec;
+extern void* vo_vobsub;
#define OSD_PLAY 0x01
#define OSD_PAUSE 0x02