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

Git pushed a commit to branch master
in repository ffmpeg.

commit 25b7166fe396c9eb413d077f516476276bc88405
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 20:29:34 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:22:16 2026 +0200

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

diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 3e261c99f5..fbc7cf86bb 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -1293,6 +1293,7 @@ static int tiff_decode_tag(TiffContext *s, AVFrame *frame)
             if (count <= 4) {
                 break;
             }
+            av_fallthrough;
         default:
             value = UINT_MAX;
         }

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

Reply via email to