OSDN Git Service

verbose can be negative
authorArpi <arpi@thot.banki.hu>
Fri, 1 Nov 2002 17:46:45 +0000 (17:46 +0000)
committerArpi <arpi@thot.banki.hu>
Fri, 1 Nov 2002 17:46:45 +0000 (17:46 +0000)
Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

postproc/swscale.c

index 6962443..efd5d9a 100644 (file)
@@ -2300,7 +2300,7 @@ SwsContext *getSwsContext(int srcW, int srcH, int srcFormat, int dstW, int dstH,
                        MSG_INFO("using C\n");
        }
 
-       if((flags & SWS_PRINT_INFO) && verbose)
+       if((flags & SWS_PRINT_INFO) && verbose>0)
        {
                if(cpuCaps.hasMMX)
                {