comparison libvo/vo_fsdga.c @ 1501:d40f2b686846

changes according to -utf8 option, draw_osd() function added
author atlka
date Mon, 13 Aug 2001 11:08:18 +0000
parents 77e0094f0cce
children ae79207a3055
comparison
equal deleted inserted replaced
1500:526047bdda07 1501:d40f2b686846
171 static void check_events(void) 171 static void check_events(void)
172 { 172 {
173 int e=vo_x11_check_events(vo_dga_dpy); 173 int e=vo_x11_check_events(vo_dga_dpy);
174 } 174 }
175 175
176 static void draw_osd(void)
177 {
178 }
179
176 static void flip_page( void ){ 180 static void flip_page( void ){
177 check_events();
178 // printf("vo_dga: In flippage\n"); 181 // printf("vo_dga: In flippage\n");
179
180 } 182 }
181 183
182 static unsigned int pix_buf_y[4][2048]; 184 static unsigned int pix_buf_y[4][2048];
183 static unsigned int pix_buf_uv[2][2048*2]; 185 static unsigned int pix_buf_uv[2][2048*2];
184 static int dga_srcypos=0; 186 static int dga_srcypos=0;