aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2001-12-30 00:57:35 +0000
committerMichael Niedermayer <michaelni@gmx.at>2001-12-30 00:57:35 +0000
commitc0903414cb8c4f80496e79cac9bb3a0853770bca (patch)
tree338d9bf36a6b7ccbdd7eec8b5c184ea4cdb4f536
parent07f8991b60c097598b5c01f6adfd5ab06ce1c3ba (diff)
downloadffmpeg-c0903414cb8c4f80496e79cac9bb3a0853770bca.tar.gz
only print last line warning if verbose is on
Originally committed as revision 3884 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r--postproc/swscale_template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/postproc/swscale_template.c b/postproc/swscale_template.c
index c1033da6f2..c8f686ab27 100644
--- a/postproc/swscale_template.c
+++ b/postproc/swscale_template.c
@@ -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"