comparison 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
comparison
equal deleted inserted replaced
2497:ed74af5ee66d 2498:38bb41c48d1f
1 1
2 #include "sub.h" 2 #include "sub.h"
3
4
5 char * __sub_osd_names[]={
6 "Seekbar",
7 "Play",
8 "Pause",
9 "Stop",
10 "Rewind",
11 "Forward",
12 "Clock",
13 "Contrast",
14 "Saturation",
15 "Volume",
16 "Brightness",
17 "Hue"
18 };
19 char * __sub_osd_names_short[] ={ "", "|>", "||", "[]", "<<" , ">>", "", "", "", "", "", ""};
3 20
4 //static int vo_font_loaded=-1; 21 //static int vo_font_loaded=-1;
5 font_desc_t* vo_font=NULL; 22 font_desc_t* vo_font=NULL;
6 23
7 unsigned char* vo_osd_text=NULL; 24 unsigned char* vo_osd_text=NULL;