# HG changeset patch # User reimar # Date 1264622538 0 # Node ID 919fb8b71591e831e2dc9bcc50b149af3d2e6c47 # Parent 9b5939c668749a00adff9511b44f4445d947c048 Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the message is pointless to ordinary users and is printed once per frame. diff -r 9b5939c66874 -r 919fb8b71591 mlpdec.c --- a/mlpdec.c Wed Jan 27 13:30:05 2010 +0000 +++ b/mlpdec.c Wed Jan 27 20:02:18 2010 +0000 @@ -397,7 +397,7 @@ if (m->avctx->request_channels > 0 && s->max_channel + 1 >= m->avctx->request_channels && substr < m->max_decoded_substream) { - av_log(m->avctx, AV_LOG_INFO, + av_log(m->avctx, AV_LOG_DEBUG, "Extracting %d channel downmix from substream %d. " "Further substreams will be skipped.\n", s->max_channel + 1, substr);