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

Git pushed a commit to branch master
in repository ffmpeg.

commit 16e944c8e4fb12b42f6c2b807711d55991a352b9
Author:     Marvin Scholz <[email protected]>
AuthorDate: Wed Feb 18 00:21:14 2026 +0100
Commit:     Marvin Scholz <[email protected]>
CommitDate: Tue Apr 28 12:29:37 2026 +0000

    avcodec/imx: add fall-through annotations
---
 libavcodec/imx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/imx.c b/libavcodec/imx.c
index 0f4327ddf7..0f6e7f074c 100644
--- a/libavcodec/imx.c
+++ b/libavcodec/imx.c
@@ -79,6 +79,7 @@ static int imx_decode_frame(AVCodecContext *avctx, AVFrame 
*rframe,
         switch (op) {
         case 3:
             len = len * 64 + bytestream2_get_byte(&gb);
+            av_fallthrough;
         case 0:
             while (len > 0) {
                 x++;

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

Reply via email to