[FFmpeg-cvslog] Make the latm decoder less verbose on	initialisation.
    Carl Eugen Hoyos 
    git at videolan.org
       
    Thu Jan 17 16:14:11 CET 2013
    
    
  
ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Jan 17 16:12:59 2013 +0100| [12cb21efa611e6fd4dc4b9883d85a9f839aad4b7] | committer: Carl Eugen Hoyos
Make the latm decoder less verbose on initialisation.
Reviewed-by: Paul B Mahol
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12cb21efa611e6fd4dc4b9883d85a9f839aad4b7
---
 libavcodec/aacdec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index 947c041..273b972 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;
 
    
    
More information about the ffmpeg-cvslog
mailing list