[MPlayer-cvslog] r22712 - trunk/libvo/mga_common.c

attila subversion at mplayerhq.hu
Sun Mar 18 12:04:47 CET 2007


Author: attila
Date: Sun Mar 18 12:04:47 2007
New Revision: 22712

Modified:
   trunk/libvo/mga_common.c

Log:
cosmetics, fix indentation


Modified: trunk/libvo/mga_common.c
==============================================================================
--- trunk/libvo/mga_common.c	(original)
+++ trunk/libvo/mga_common.c	Sun Mar 18 12:04:47 2007
@@ -410,13 +410,13 @@ static int mga_init(int width,int height
 			// at this high resolution
 		}
 	} else {
-	// configure mga_vid in case resolution is < 1024x1024 too
-	if (ioctl(f,MGA_VID_CONFIG,&mga_vid_config))
-	{
-		perror("Error in mga_vid_config ioctl()");
-                mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_IncompatibleDriverVersion);
-		return -1;
-	}
+		// configure mga_vid in case resolution is < 1024x1024 too
+		if (ioctl(f,MGA_VID_CONFIG,&mga_vid_config))
+		{
+			perror("Error in mga_vid_config ioctl()");
+			mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_IncompatibleDriverVersion);
+			return -1;
+		}
 	}
 	
 	mp_msg(MSGT_VO,MSGL_INFO, MSGTR_LIBVO_MGA_UsingBuffers,mga_vid_config.num_frames);



More information about the MPlayer-cvslog mailing list