comparison libvo/vo_xvmc.c @ 33327:f5805f8c14c1

Remove unused variable.
author reimar
date Sat, 07 May 2011 19:56:48 +0000
parents ddb45e9443ec
children 229982126641
comparison
equal deleted inserted replaced
33326:a25fcd61e0c9 33327:f5805f8c14c1
883 vo_draw_text(subpicture.width, subpicture.height, draw_osd_fnc); 883 vo_draw_text(subpicture.width, subpicture.height, draw_osd_fnc);
884 } 884 }
885 XvMCSyncSubpicture(mDisplay,&subpicture);//todo usleeep wait! 885 XvMCSyncSubpicture(mDisplay,&subpicture);//todo usleeep wait!
886 886
887 if(subpicture_mode == BLEND_SUBPICTURE){ 887 if(subpicture_mode == BLEND_SUBPICTURE){
888 struct render_info *info;
889 osd_rndr = find_free_surface(); 888 osd_rndr = find_free_surface();
890 if(osd_rndr == NULL) 889 if(osd_rndr == NULL)
891 return;// no free surface to draw OSD in 890 return;// no free surface to draw OSD in
892 891
893 rez = XvMCBlendSubpicture2(mDisplay, 892 rez = XvMCBlendSubpicture2(mDisplay,