summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-09-29 11:03:53 +0200
committerwm4 <wm4@nowhere>2012-10-16 07:26:31 +0200
commit252ddcc014b7672a4434823fc6275be1b039bd79 (patch)
tree5bd84ef90f84a5b9c5a60d99eae2cedb3321207d /sub/sub.h
parente62b3a175016eaf93ef5ead7ea3891bc85327a55 (diff)
downloadmpv-252ddcc014b7672a4434823fc6275be1b039bd79.tar.bz2
mpv-252ddcc014b7672a4434823fc6275be1b039bd79.tar.xz
sub: cleanup: remove vo_osd_probar_type/value global variables
Diffstat (limited to 'sub/sub.h')
-rw-r--r--sub/sub.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sub/sub.h b/sub/sub.h
index ceecce4017..5e1809bee1 100644
--- a/sub/sub.h
+++ b/sub/sub.h
@@ -73,6 +73,7 @@ struct osd_state {
int w, h;
char *osd_text; // OSDTYPE_OSD
+ int progbar_type, progbar_value; // OSDTYPE_PROGBAR
// temporary for sub decoders
int bitmap_id;
@@ -87,9 +88,6 @@ struct osd_state {
extern subtitle* vo_sub;
-extern int vo_osd_progbar_type;
-extern int vo_osd_progbar_value; // 0..255
-
extern void* vo_spudec;
extern void* vo_vobsub;