Mercurial > mplayer.hg
changeset 28542:ba860e2b7cb5
Remove display_flag remains as the member has been removed from the xvmc struct.
author | iive |
---|---|
date | Sun, 15 Feb 2009 02:08:45 +0000 |
parents | b768cf6ce37c |
children | 4877f727596c |
files | libvo/vo_xvmc.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);