[MPlayer-cvslog] r32458 - trunk/libvo/vo_xmga.c

reimar subversion at mplayerhq.hu
Sat Oct 9 13:31:40 CEST 2010


Author: reimar
Date: Sat Oct  9 13:31:40 2010
New Revision: 32458

Log:
Remove an unmotivated and pointless panscan_calc call.

Modified:
   trunk/libvo/vo_xmga.c

Modified: trunk/libvo/vo_xmga.c
==============================================================================
--- trunk/libvo/vo_xmga.c	Sat Oct  9 13:26:37 2010	(r32457)
+++ trunk/libvo/vo_xmga.c	Sat Oct  9 13:31:40 2010	(r32458)
@@ -171,8 +171,6 @@ static int config(uint32_t width, uint32
                     flags, xWAttribs.colormap, "xmga", title);
             XChangeWindowAttributes(mDisplay, vo_window, xswamask, &xWAttribs);
 
-    panscan_calc();
-
     mga_vid_config.colkey_on = 1;
     mga_vid_config.colkey_red = r;
     mga_vid_config.colkey_green = g;


More information about the MPlayer-cvslog mailing list