From 252ddcc014b7672a4434823fc6275be1b039bd79 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 29 Sep 2012 11:03:53 +0200 Subject: sub: cleanup: remove vo_osd_probar_type/value global variables --- sub/sub.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sub/sub.h') 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; -- cgit v1.2.3