summaryrefslogtreecommitdiffstats
path: root/libvo/sub.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 14:30:43 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-27 14:30:43 +0000
commitc07c47b4c301f2d87e6f57bd7609e3235ffb894c (patch)
tree0871a48aa188fd996031045cbb661486358b80a7 /libvo/sub.c
parent5e52ba972dc444d877c28efbcf094f8eee44eb01 (diff)
downloadmpv-c07c47b4c301f2d87e6f57bd7609e3235ffb894c.tar.bz2
mpv-c07c47b4c301f2d87e6f57bd7609e3235ffb894c.tar.xz
never declare variables in *.h files, pls
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2499 b3059339-0415-0410-9bf9-f77b7e298cf2
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;