forked from FFmpeg/FFmpeg
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:
parent
07f8991b60
commit
c0903414cb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue