changeset 3883:8821d4ab94cd

only print last line warning if verbose is on
author michael
date Sun, 30 Dec 2001 00:57:35 +0000
parents c5cefeb78c40
children 0410677eda4a
files postproc/swscale_template.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/swscale_template.c	Sun Dec 30 00:38:22 2001 +0000
+++ b/postproc/swscale_template.c	Sun Dec 30 00:57:35 2001 +0000
@@ -2180,7 +2180,7 @@
 				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"