1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-26 17:43:33 +00:00

only print last line warning if verbose is on

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3884 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2001-12-30 00:57:35 +00:00
parent c5e0ca225b
commit 25cf84b3fc

View File

@ -2180,7 +2180,7 @@ if(dststride%widthAlign !=0 )
widthAlign);
}
if(over>0)
if(over>0 && verbose)
{
if(firstTime)
fprintf(stderr, "SwScaler: Warning: output width is not a multiple of 8 (16 for YV12)\n"