Commit 12cb21ef authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Make the latm decoder less verbose on initialisation.

Reviewed-by: Paul B Mahol
parent 46730e7a
...@@ -2757,7 +2757,7 @@ static int latm_decode_audio_specific_config(struct LATMContext *latmctx, ...@@ -2757,7 +2757,7 @@ static int latm_decode_audio_specific_config(struct LATMContext *latmctx,
if(latmctx->initialized) { if(latmctx->initialized) {
av_log(avctx, AV_LOG_INFO, "audio config changed\n"); av_log(avctx, AV_LOG_INFO, "audio config changed\n");
} else { } else {
av_log(avctx, AV_LOG_INFO, "initializing latmctx\n"); av_log(avctx, AV_LOG_DEBUG, "initializing latmctx\n");
} }
latmctx->initialized = 0; latmctx->initialized = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment