This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 704df177aad078e6630f838bdb8032a3a4e94dac Author: Lynne <[email protected]> AuthorDate: Sun Dec 14 06:28:16 2025 +0100 Commit: Lynne <[email protected]> CommitDate: Tue May 19 17:43:53 2026 +0900 apv_decode: switch slice decode printout to TRACE It's much too noisy with multiple thousands of slices. --- libavcodec/apv_decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/apv_decode.c b/libavcodec/apv_decode.c index 8d90a6ab61..0ba3495501 100644 --- a/libavcodec/apv_decode.c +++ b/libavcodec/apv_decode.c @@ -310,7 +310,7 @@ static int apv_decode_tile_component(AVCodecContext *avctx, void *data, } } - av_log(avctx, AV_LOG_DEBUG, + av_log(avctx, AV_LOG_TRACE, "Decoded tile %d component %d: %dx%d MBs starting at (%d,%d)\n", tile_index, comp_index, tile_mb_width, tile_mb_height, tile_start_x, tile_start_y); _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
