summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.c')
-rw-r--r--libvo/sub.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/libvo/sub.c b/libvo/sub.c
index fbae4e0f83..72e2a836bc 100644
--- a/libvo/sub.c
+++ b/libvo/sub.c
@@ -1,6 +1,23 @@
#include "sub.h"
+
+char * __sub_osd_names[]={
+ "Seekbar",
+ "Play",
+ "Pause",
+ "Stop",
+ "Rewind",
+ "Forward",
+ "Clock",
+ "Contrast",
+ "Saturation",
+ "Volume",
+ "Brightness",
+ "Hue"
+};
+char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};
+
//static int vo_font_loaded=-1;
font_desc_t* vo_font=NULL;