summaryrefslogtreecommitdiffstats
path: root/postproc
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 00:57:35 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-30 00:57:35 +0000
commit25cf84b3fceed847cb0ff3bdfe92c7cae5a92755 (patch)
tree223c7da5d939a475c46599a590023824df376931 /postproc
parentc5e0ca225bd4495003df9ba3d8c6ffb1010fed23 (diff)
downloadmpv-25cf84b3fceed847cb0ff3bdfe92c7cae5a92755.tar.bz2
mpv-25cf84b3fceed847cb0ff3bdfe92c7cae5a92755.tar.xz
only print last line warning if verbose is on
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3884 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to '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"