changeset 11028:919fb8b71591 libavcodec

Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the message is pointless to ordinary users and is printed once per frame.
author reimar
date Wed, 27 Jan 2010 20:02:18 +0000
parents 9b5939c66874
children dfa02260a864
files mlpdec.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);