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>
pull/135/merge
Michael Niedermayer 10 years ago
parent b62297805b
commit f349703e1d
  1. 2
      libavcodec/snowenc.c

@ -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;
}

Loading…
Cancel
Save