avcodec/snowenc: change log level for iterative ME information to debug level

The printed stuff should be useless to the average user and its certainly
not an error.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-05-10 00:46:02 +02:00
parent b62297805b
commit f349703e1d

View File

@ -1155,7 +1155,7 @@ static void iterative_me(SnowContext *s){
}
}
}
av_log(s->avctx, AV_LOG_ERROR, "pass:%d changed:%d\n", pass, change);
av_log(s->avctx, AV_LOG_DEBUG, "pass:%d changed:%d\n", pass, change);
if(!change)
break;
}