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

Git pushed a commit to branch master
in repository ffmpeg.

commit 2efffa9ecdef85cadc5e3a8d7440d8cac7b04da0
Author:     Michael Niedermayer <[email protected]>
AuthorDate: Thu Jan 8 15:09:18 2026 +0100
Commit:     Michael Niedermayer <[email protected]>
CommitDate: Tue Feb 3 12:39:31 2026 +0100

    avcodec/jpeg2000dec: Print M_b value when asking for a sample
    
    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 e068ddaa82..c790f1e0ba 100644
--- a/libavcodec/jpeg2000dec.c
+++ b/libavcodec/jpeg2000dec.c
@@ -2271,7 +2271,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