Commit d780511b authored by Reimar Döffinger's avatar Reimar Döffinger

Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the

message is pointless to ordinary users and is printed once per frame.

Originally committed as revision 21486 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d30a8beb
......@@ -397,7 +397,7 @@ static int read_restart_header(MLPDecodeContext *m, GetBitContext *gbp,
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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment