mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
Reduce unnecessary swscaler verbosity.
Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
978844ccaa
commit
b40e353aa4
@ -1118,7 +1118,7 @@ static inline void initFilter(int16_t **outFilter, int16_t **filterPos, int *out
|
|||||||
*outFilterSize= filterSize;
|
*outFilterSize= filterSize;
|
||||||
|
|
||||||
if(flags&SWS_PRINT_INFO)
|
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) */
|
/* try to reduce the filter-size (step2 reduce it) */
|
||||||
for(i=0; i<dstW; i++)
|
for(i=0; i<dstW; i++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user