1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:01:24 +00:00
fix 1023 <-> 1024 typo


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18819 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
attila 2006-06-25 16:18:50 +00:00
parent 3fe081dc41
commit 1f9d6c4897

View File

@ -371,7 +371,7 @@ static int mga_init(int width,int height,unsigned int format){
return (-1);
}
if(width>1023 || height >1024)
if(width>1023 || height >1023)
{
mp_msg(MSGT_VO,MSGL_ERR, MGSTR_LIBVO_MGA_ResolutionTooHigh);
return (-1);