[MPlayer-cvslog] r28577 - trunk/libvo/vo_xvmc.c

iive subversion at mplayerhq.hu
Sun Feb 15 03:08:46 CET 2009


Author: iive
Date: Sun Feb 15 03:08:45 2009
New Revision: 28577

Log:
Remove  display_flag remains as it have been removed from the xvmc struct.

Modified:
   trunk/libvo/vo_xvmc.c

Modified: trunk/libvo/vo_xvmc.c
==============================================================================
--- trunk/libvo/vo_xvmc.c	Sun Feb 15 01:53:02 2009	(r28576)
+++ trunk/libvo/vo_xvmc.c	Sun Feb 15 03:08:45 2009	(r28577)
@@ -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);



More information about the MPlayer-cvslog mailing list