# HG changeset patch # User iive # Date 1234663725 0 # Node ID ba860e2b7cb5a1bc24f9cfaa5707e7b21e0889ed # Parent b768cf6ce37c470897116a215d0aa0f040374a8b Remove display_flag remains as the member has been removed from the xvmc struct. diff -r b768cf6ce37c -r ba860e2b7cb5 libvo/vo_xvmc.c --- a/libvo/vo_xvmc.c Sun Feb 15 00:53:02 2009 +0000 +++ b/libvo/vo_xvmc.c Sun Feb 15 02:08:45 2009 +0000 @@ -894,7 +894,6 @@ //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 @@ 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);