[Mplayer-cvslog] CVS: main/libvo mga_common.c,1.51,1.52

Zoltan Ponekker pontscho at mplayerhq.hu
Mon Jan 20 22:35:34 CET 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv8162

Modified Files:
	mga_common.c 
Log Message:
fix xmga + playbar

Index: mga_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/mga_common.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- mga_common.c	18 Jan 2003 14:33:29 -0000	1.51
+++ mga_common.c	20 Jan 2003 21:35:31 -0000	1.52
@@ -526,6 +526,6 @@
 #ifdef VO_XMGA
 	   mDrawColorKey();
 #endif
-	   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?)" );
 	  }
+	 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?)" );
 }



More information about the MPlayer-cvslog mailing list