[FFmpeg-cvslog] avcodec/aacdec: reduce noisiness of missing channel elements
Michael Niedermayer
git at videolan.org
Thu Dec 4 02:05:13 CET 2014
ffmpeg | branch: release/2.5 | Michael Niedermayer <michaelni at gmx.at> | Thu Dec 4 01:47:55 2014 +0100| [a588e1e5609c19c1a1ee8c61739c858444ffa110] | committer: Michael Niedermayer
avcodec/aacdec: reduce noisiness of missing channel elements
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit 5fe026f2bda68a129d70b9609c4902917db9ca2e)
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a588e1e5609c19c1a1ee8c61739c858444ffa110
---
libavcodec/aacdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index db2a9b6..d00b3d0 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -2780,7 +2780,7 @@ static void spectral_to_sample(AACContext *ac)
apply_channel_coupling(ac, che, type, i, AFTER_IMDCT, apply_independent_coupling);
che->present = 0;
} else if (che) {
- av_log(ac->avctx, AV_LOG_WARNING, "ChannelElement %d.%d missing \n", type, i);
+ av_log(ac->avctx, AV_LOG_VERBOSE, "ChannelElement %d.%d missing \n", type, i);
}
}
}
More information about the ffmpeg-cvslog
mailing list