From 25cf84b3fceed847cb0ff3bdfe92c7cae5a92755 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 30 Dec 2001 00:57:35 +0000 Subject: only print last line warning if verbose is on git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3884 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/swscale_template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postproc') 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" -- cgit v1.2.3