summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-30 03:01:50 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-30 03:01:50 +0000
commit744b828d4f00d95ce6707c1ddd060821769ff5a4 (patch)
tree73f77cdd142622730d359c87fc8a83de679f61fa /libvo/sub.h
parent3c41911ee444c58ef8b2672cad21085405fed403 (diff)
downloadmpv-744b828d4f00d95ce6707c1ddd060821769ff5a4.tar.bz2
mpv-744b828d4f00d95ce6707c1ddd060821769ff5a4.tar.xz
use subreader's sub struct
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@255 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index e464b11efc..8ab0dcf000 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -6,8 +6,7 @@ extern unsigned char* vo_osd_text;
extern int vo_osd_progbar_type;
extern int vo_osd_progbar_value; // 0..255
-extern int vo_sub_lines;
-extern unsigned char* vo_sub_text[8];
+extern subtitle* vo_sub;
#define OSD_PLAY 0x01
#define OSD_PAUSE 0x02