[MPlayer-cvslog] r28019 - trunk/libvo/vo_direct3d.c

reimar subversion at mplayerhq.hu
Mon Nov 24 10:46:23 CET 2008


Author: reimar
Date: Mon Nov 24 10:46:23 2008
New Revision: 28019

Log:
Remove a ColorFill outside BeginScene/EndScene that does not seem to work
with ATI cards and also the previous patch should fix the issues (except
for very low fps movies).


Modified:
   trunk/libvo/vo_direct3d.c

Modified: trunk/libvo/vo_direct3d.c
==============================================================================
--- trunk/libvo/vo_direct3d.c	(original)
+++ trunk/libvo/vo_direct3d.c	Mon Nov 24 10:46:23 2008
@@ -265,10 +265,6 @@ static int reconfigure_d3d(void)
         return 0;
     }
 
-    /* Fill the Surface with black color. */
-    IDirect3DDevice9_ColorFill(priv->d3d_device, priv->d3d_surface, NULL,
-                               D3DCOLOR_ARGB(0xFF, 0, 0, 0) );
-
     calc_fs_rect();
 
     return 1;



More information about the MPlayer-cvslog mailing list