projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978844c
)
Reduce unnecessary swscaler verbosity.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 6 Sep 2005 15:15:27 +0000
(15:15 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 6 Sep 2005 15:15:27 +0000
(15:15 +0000)
Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
postproc/swscale.c
patch
|
blob
|
blame
|
history
diff --git
a/postproc/swscale.c
b/postproc/swscale.c
index
540631b
..
f5d85d6
100644
(file)
--- a/
postproc/swscale.c
+++ b/
postproc/swscale.c
@@
-1118,7
+1118,7
@@
static inline void initFilter(int16_t **outFilter, int16_t **filterPos, int *out
*outFilterSize= filterSize;
if(flags&SWS_PRINT_INFO)
- MSG_
INFO
("SwScaler: reducing / aligning filtersize %d -> %d\n", filter2Size, filterSize);
+ MSG_
V
("SwScaler: reducing / aligning filtersize %d -> %d\n", filter2Size, filterSize);
/* try to reduce the filter-size (step2 reduce it) */
for(i=0; i<dstW; i++)
{