Commit c0903414 authored by Michael Niedermayer's avatar Michael Niedermayer

only print last line warning if verbose is on

Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
parent 07f8991b
...@@ -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