This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/7.1
in repository ffmpeg.

commit 8352f509f820fe06995c838a47f703da7a56485d
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Thu Jan 8 15:09:18 2026 +0100
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Mon May 4 15:57:04 2026 +0200

    avcodec/jpeg2000dec: Print M_b value when asking for a sample
    
    Signed-off-by: Michael Niedermayer <[email protected]>
    (cherry picked from commit 2efffa9ecdef85cadc5e3a8d7440d8cac7b04da0)
    Signed-off-by: Michael Niedermayer <[email protected]>
---
 libavcodec/jpeg2000dec.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/jpeg2000dec.c b/libavcodec/jpeg2000dec.c
index bf58e6cdeb..1181116add 100644
--- a/libavcodec/jpeg2000dec.c
+++ b/libavcodec/jpeg2000dec.c
@@ -2238,7 +2238,7 @@ static inline int tile_codeblocks(const 
Jpeg2000DecoderContext *s, Jpeg2000Tile
                     continue;
 
                 if (M_b >= 31) {
-                    avpriv_request_sample(s->avctx, "M_b >= 31");
+                    avpriv_request_sample(s->avctx, "M_b (%d) > 31", M_b);
                     return AVERROR_PATCHWELCOME;
                 }
 

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to