summaryrefslogtreecommitdiffstats
path: root/sub/sub.h
diff options
context:
space:
mode:
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;