summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
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.h
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.h')
-rw-r--r--libvo/sub.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 93131ee22c..8ffecbcd15 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -39,23 +39,8 @@ extern subtitle* vo_sub;
#define OSD_PB_1 0x13
/* now in textform */
-static char * osd_names[]={
- "Seekbar",
- "Play",
- "Pause",
- "Stop",
- "Rewind",
- "Forward",
- "Clock",
- "Contrast",
- "Saturation",
- "Volume",
- "Brightness",
- "Hue"
-};
-static char * osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};
-
-
+extern char * __sub_osd_names[];
+extern char * __sub_osd_names_short[];
//extern void vo_draw_text_osd(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
//extern void vo_draw_text_progbar(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));