1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 08:45:06 +02:00

only print last line warning if verbose is on

Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
Michael Niedermayer 2001-12-30 00:57:35 +00:00
parent 07f8991b60
commit c0903414cb

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"