[Mplayer-cvslog] CVS: main/postproc swscale.c,1.108,1.109

Arpi of Ize arpi at mplayerhq.hu
Fri Nov 1 18:46:48 CET 2002


Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv20982/postproc

Modified Files:
	swscale.c 
Log Message:
verbose can be negative


Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- swscale.c	13 Oct 2002 19:46:51 -0000	1.108
+++ swscale.c	1 Nov 2002 17:46:45 -0000	1.109
@@ -2300,7 +2300,7 @@
 			MSG_INFO("using C\n");
 	}
 
-	if((flags & SWS_PRINT_INFO) && verbose)
+	if((flags & SWS_PRINT_INFO) && verbose>0)
 	{
 		if(cpuCaps.hasMMX)
 		{




More information about the MPlayer-cvslog mailing list