This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
verbose can be negative
Originally committed as revision 8028 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Arpi
23 years ago
parent
f56dd362bd
commit
a749913f4c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
postproc/swscale.c
+ 1
- 1
postproc/swscale.c
View 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)
{
Write
Preview
Loading…
Cancel
Save