summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
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));