[FFmpeg-devel] [PATCH] mlpdec: downmix info should be AV_LOG_DEBUG

Reimar Döffinger Reimar.Doeffinger
Sun Jan 24 19:40:55 CET 2010


Hello,
this message is printed for every single frame decoded.
Assuming it shouldn't be under if (DEBUG) or so directly,
I think AV_LOG_INFO is too high for this.
Index: mlpdec.c
===================================================================
--- mlpdec.c	(revision 21431)
+++ mlpdec.c	(working copy)
@@ -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);




More information about the ffmpeg-devel mailing list