comparison libvo/sub.h @ 218:fbfc2077ba72

sub/osd interface changes
author arpi_esp
date Tue, 27 Mar 2001 00:32:24 +0000
parents
children 57f0156416e3
comparison
equal deleted inserted replaced
217:cb3b0d65dddd 218:fbfc2077ba72
1
2 extern font_desc_t* vo_font;
3
4 extern unsigned char* vo_osd_text;
5
6 extern int vo_osd_progbar_type;
7 extern int vo_osd_progbar_value; // 0..255
8
9 extern int vo_sub_lines;
10 extern unsigned char* vo_sub_text[8];
11
12 #define OSD_PLAY 0x01
13 #define OSD_PAUSE 0x02
14 #define OSD_STOP 0x03
15 #define OSD_REW 0x04
16 #define OSD_FFW 0x05
17 #define OSD_CLOCK 0x06
18 #define OSD_CONTRAST 0x07
19 #define OSD_SATURATION 0x08
20 #define OSD_VOLUME 0x09
21 #define OSD_BRIGHTNESS 0x0A
22 #define OSD_HUE 0x0B
23
24 #define OSD_PB_START 0x10
25 #define OSD_PB_0 0x11
26 #define OSD_PB_END 0x12
27 #define OSD_PB_1 0x13
28
29