Remove display_flag remains as the member has been removed from the xvmc struct.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28577 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
iive 2009-02-15 02:08:45 +00:00
parent 939108d83e
commit ebe578fc77
1 changed files with 0 additions and 2 deletions

View File

@ -894,7 +894,6 @@ int rez;
//When replaceing the surface with osd one, save the flags too!
osd_rndr->picture_structure = p_render_surface_to_show->picture_structure;
osd_rndr->display_flags = p_render_surface_to_show->display_flags;
//add more if needed osd_rndr-> = p_render_surface_to_show->;
p_render_surface_to_show->state &= ~AV_XVMC_STATE_DISPLAY_PENDING;
@ -963,7 +962,6 @@ int i;
src_rect.left, src_rect.top, src_rect.width, src_rect.height,
dst_rect.left, dst_rect.top, dst_rect.width, dst_rect.height,
bob_deinterlace ? field : 3);
//p_render_surface_to_show->display_flags);
if(rez != Success){
printf("vo_xvmc: PutSurface failer, critical error %d!\n",rez);
assert(0);