summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 8ffecbcd15..acaf4a050c 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -21,6 +21,8 @@ extern int vo_osd_progbar_value; // 0..255
extern subtitle* vo_sub;
+extern void* vo_spudec;
+
#define OSD_PLAY 0x01
#define OSD_PAUSE 0x02
#define OSD_STOP 0x03