# HG changeset patch # User attila # Date 1151252330 0 # Node ID 51782def30a99195ea9609ea4129f86f978aa253 # Parent 91312f2c516a810f2b110aed840b65be5f57bdd8 10l fix 1023 <-> 1024 typo diff -r 91312f2c516a -r 51782def30a9 libvo/mga_common.c --- 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);