You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
verbose can be negative
Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
@@ -2300,7 +2300,7 @@ SwsContext *getSwsContext(int srcW, int srcH, int srcFormat, int dstW, int dstH,
|
|||||||
MSG_INFO("using C\n");
|
MSG_INFO("using C\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
if((flags & SWS_PRINT_INFO) && verbose)
|
if((flags & SWS_PRINT_INFO) && verbose>0)
|
||||||
{
|
{
|
||||||
if(cpuCaps.hasMMX)
|
if(cpuCaps.hasMMX)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user