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

Git pushed a commit to branch master
in repository ffmpeg.

commit 4b58570ff7d1e907ebedfde18b6f261ee9c17ffc
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 20:43:02 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:22:24 2026 +0200

    avcodec/sga: Add av_fallthrough
    
    Reviewed-by: Ramiro Polla <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libavcodec/sga.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/sga.c b/libavcodec/sga.c
index b6902452d3..67fd26f7d0 100644
--- a/libavcodec/sga.c
+++ b/libavcodec/sga.c
@@ -451,6 +451,7 @@ static int sga_decode_frame(AVCodecContext *avctx, AVFrame 
*frame,
         if (ret < 0)
             return ret;
         bytestream2_init(gb, s->uncompressed, ret + s->metadata_size);
+        av_fallthrough;
     case 0xE7:
     case 0xC1:
         s->tiledata_size = s->nb_tiles * 32;

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

Reply via email to