comparison libvo/vo_xv.c @ 612:77e0094f0cce

some warnings killed
author szabii
date Tue, 24 Apr 2001 10:21:12 +0000
parents a188733d60de
children f83ec60bce49
comparison
equal deleted inserted replaced
611:a188733d60de 612:77e0094f0cce
279 vo_draw_alpha_yuy2(w,h,src,srca,stride,xvimage[0]->data+2*(image_width*y0+x0)+1,2*image_width); 279 vo_draw_alpha_yuy2(w,h,src,srca,stride,xvimage[0]->data+2*(image_width*y0+x0)+1,2*image_width);
280 break; 280 break;
281 } 281 }
282 282
283 } 283 }
284
285 extern void vo_draw_text(int dxs,int dys,void (*draw_alpha)(int x0,int y0,
286 int w,int h, unsigned char* src, unsigned char *srca,
287 int stride));
284 288
285 static void flip_page(void) 289 static void flip_page(void)
286 { 290 {
287 vo_draw_text(image_width,image_height,draw_alpha); 291 vo_draw_text(image_width,image_height,draw_alpha);
288 check_events(); 292 check_events();