diff options
author | kmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-10 17:20:27 +0000 |
---|---|---|
committer | kmkaplan <kmkaplan@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-01-10 17:20:27 +0000 |
commit | 1b6e300d94f1a8eaac02af6a1ea181535116f36f (patch) | |
tree | fafba8a9510e19644b0f472d07bdae0d1dcbafe3 /libvo | |
parent | 1e38367065037a0a2899dbd9b1708eefed4e84a7 (diff) |
Add vobsub support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4081 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/sub.h | 1 |
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 |