[FFmpeg-cvslog] r21486 - trunk/libavcodec/mlpdec.c
reimar
subversion
Wed Jan 27 21:02:18 CET 2010
Author: reimar
Date: Wed Jan 27 21:02:18 2010
New Revision: 21486
Log:
Reduce log level of "Extracting .. channel downmix" to AV_LOG_DEBUG, the
message is pointless to ordinary users and is printed once per frame.
Modified:
trunk/libavcodec/mlpdec.c
Modified: trunk/libavcodec/mlpdec.c
==============================================================================
--- trunk/libavcodec/mlpdec.c Wed Jan 27 20:37:52 2010 (r21485)
+++ trunk/libavcodec/mlpdec.c Wed Jan 27 21:02:18 2010 (r21486)
@@ -397,7 +397,7 @@ static int read_restart_header(MLPDecode
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-cvslog
mailing list