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

reimar subversion at mplayerhq.hu
Sat Oct 9 13:20:51 CEST 2010


Author: reimar
Date: Sat Oct  9 13:20:51 2010
New Revision: 32455

Log:
Remove a useless MGA_VID_CONFIG ioctl, set_window already does this.

Modified:
   trunk/libvo/vo_xmga.c

Modified: trunk/libvo/vo_xmga.c
==============================================================================
--- trunk/libvo/vo_xmga.c	Sat Oct  9 13:17:28 2010	(r32454)
+++ trunk/libvo/vo_xmga.c	Sat Oct  9 13:20:51 2010	(r32455)
@@ -97,9 +97,6 @@ static void check_events(void)
         return;
     set_window();
     mDrawColorKey();
-    if (ioctl(f, MGA_VID_CONFIG, &mga_vid_config))
-        mp_msg(MSGT_VO, MSGL_WARN,
-               "Error in mga_vid_config ioctl (wrong mga_vid.o version?)");
 }
 
 static void flip_page(void)


More information about the MPlayer-cvslog mailing list