Commit c9ee2e6a authored by arpi's avatar arpi

verbose can be negative


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@8028 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 10e28d01
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment