Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-17 19:12:59 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-17 19:12:59 +0400
commit12cb21efa611e6fd4dc4b9883d85a9f839aad4b7 (patch)
tree51d9da8ec94291944732437ccc59dbe3bf249a88
parent46730e7a0c1a934be05def268b992239b94269c3 (diff)
Make the latm decoder less verbose on initialisation.
Reviewed-by: Paul B Mahol
-rw-r--r--libavcodec/aacdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 947c041049..273b9725ce 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -2757,7 +2757,7 @@ static int latm_decode_audio_specific_config(struct LATMContext *latmctx,
if(latmctx->initialized) {
av_log(avctx, AV_LOG_INFO, "audio config changed\n");
} else {
- av_log(avctx, AV_LOG_INFO, "initializing latmctx\n");
+ av_log(avctx, AV_LOG_DEBUG, "initializing latmctx\n");
}
latmctx->initialized = 0;