diff libvo/sub.c @ 2498:38bb41c48d1f

never declare variables in *.h files, pls
author nick
date Sat, 27 Oct 2001 14:30:43 +0000
parents b6cd2fea7385
children 24d3dca4e813
line wrap: on
line diff
--- a/libvo/sub.c	Sat Oct 27 13:53:01 2001 +0000
+++ b/libvo/sub.c	Sat Oct 27 14:30:43 2001 +0000
@@ -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;