Commit 6ce90ded authored by michael's avatar michael

only print last line warning if verbose is on


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@3884 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6369f258
...@@ -2180,7 +2180,7 @@ if(dststride%widthAlign !=0 ) ...@@ -2180,7 +2180,7 @@ if(dststride%widthAlign !=0 )
widthAlign); widthAlign);
} }
if(over>0) if(over>0 && verbose)
{ {
if(firstTime) if(firstTime)
fprintf(stderr, "SwScaler: Warning: output width is not a multiple of 8 (16 for YV12)\n" fprintf(stderr, "SwScaler: Warning: output width is not a multiple of 8 (16 for YV12)\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment