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

Git pushed a commit to branch master
in repository ffmpeg.

commit 3ad33153422c65ccfe7f31dca8a22c3ec73d8a88
Author:     Marvin Scholz <[email protected]>
AuthorDate: Wed Feb 18 00:19:17 2026 +0100
Commit:     Marvin Scholz <[email protected]>
CommitDate: Tue Apr 28 12:29:37 2026 +0000

    avcodec/rpza: add fall-through annotations
---
 libavcodec/rpza.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index cad2eaad73..81886deb02 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -36,6 +36,7 @@
 
 #include <stdint.h>
 
+#include "libavutil/attributes.h"
 #include "libavutil/internal.h"
 #include "avcodec.h"
 #include "bytestream.h"
@@ -163,6 +164,7 @@ static int rpza_decode_stream(RpzaContext *s)
         /* Fill blocks with 4 colors */
         case 0xc0:
             colorA = bytestream2_get_be16(&s->gb);
+            av_fallthrough;
         case 0x20:
             colorB = bytestream2_get_be16(&s->gb);
 

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

Reply via email to