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

Git pushed a commit to branch master
in repository ffmpeg.

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

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

diff --git a/libavcodec/svq1dec.c b/libavcodec/svq1dec.c
index 9325c7599f..c1927d7d3b 100644
--- a/libavcodec/svq1dec.c
+++ b/libavcodec/svq1dec.c
@@ -558,6 +558,7 @@ static int svq1_decode_frame_header(AVCodecContext *avctx, 
AVFrame *frame, int *
         break;
     case 2:
         s->nonref = 1;
+        av_fallthrough;
     case 1:
         frame->pict_type = AV_PICTURE_TYPE_P;
         break;

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

Reply via email to