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

attila subversion at mplayerhq.hu
Sun Jun 25 18:18:50 CEST 2006


Author: attila
Date: Sun Jun 25 18:18:50 2006
New Revision: 18819

Modified:
   trunk/libvo/mga_common.c

Log:
10l
fix 1023 <-> 1024 typo


Modified: trunk/libvo/mga_common.c
==============================================================================
--- trunk/libvo/mga_common.c	(original)
+++ trunk/libvo/mga_common.c	Sun Jun 25 18:18:50 2006
@@ -371,7 +371,7 @@
             return (-1);
         }
 
-	if(width>1023 || height >1024)
+	if(width>1023 || height >1023)
 	{
 		mp_msg(MSGT_VO,MSGL_ERR, MGSTR_LIBVO_MGA_ResolutionTooHigh);
 		return (-1);



More information about the MPlayer-cvslog mailing list