verbose can be negative
Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
f56dd362bd
commit
a749913f4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue