You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Make the latm decoder less verbose on initialisation.
Reviewed-by: Paul B Mahol
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user