comparison libvo/video_out.h @ 218:fbfc2077ba72

sub/osd interface changes
author arpi_esp
date Tue, 27 Mar 2001 00:32:24 +0000
parents 6ec8f6ab6cb1
children ccb5ebfaaeac
comparison
equal deleted inserted replaced
217:cb3b0d65dddd 218:fbfc2077ba72
103 } vo_functions_t; 103 } vo_functions_t;
104 104
105 // NULL terminated array of all drivers 105 // NULL terminated array of all drivers
106 extern vo_functions_t* video_out_drivers[]; 106 extern vo_functions_t* video_out_drivers[];
107 107
108 extern int vo_sub_lines;
109 extern unsigned char* vo_sub_text[8];
110 extern unsigned char* vo_osd_text;
111 extern font_desc_t* vo_font;
112 108