Mercurial > mplayer.hg
changeset 16404:4a1faa9c8f07
Reduce unnecessary swscaler verbosity.
author | diego |
---|---|
date | Tue, 06 Sep 2005 15:15:27 +0000 |
parents | a90d07677f2d |
children | 13ac8d0ba7fd |
files | postproc/swscale.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/swscale.c Tue Sep 06 05:33:14 2005 +0000 +++ b/postproc/swscale.c Tue Sep 06 15:15:27 2005 +0000 @@ -1118,7 +1118,7 @@ *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++) {