changeset 18815:51782def30a9

10l fix 1023 <-> 1024 typo
author attila
date Sun, 25 Jun 2006 16:18:50 +0000
parents 91312f2c516a
children be4e5d19a5b3
files libvo/mga_common.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/mga_common.c	Sun Jun 25 16:16:59 2006 +0000
+++ b/libvo/mga_common.c	Sun Jun 25 16:18:50 2006 +0000
@@ -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);