projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f56dd36
)
verbose can be negative
author
Arpi
<arpi@thot.banki.hu>
Fri, 1 Nov 2002 17:46:45 +0000
(17:46 +0000)
committer
Arpi
<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
patch
|
blob
|
history
diff --git
a/postproc/swscale.c
b/postproc/swscale.c
index
6962443
..
efd5d9a
100644
(file)
--- a/
postproc/swscale.c
+++ b/
postproc/swscale.c
@@
-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)
{