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

Git pushed a commit to branch master
in repository ffmpeg.

commit dc12dd82a1309909d41fbd1f5381d4f4ca1ba576
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 21:18:03 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:23:00 2026 +0200

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

diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c
index d7583e8b67..69d8219c54 100644
--- a/libavcodec/libxavs2.c
+++ b/libavcodec/libxavs2.c
@@ -195,6 +195,7 @@ static int xavs2_encode_frame(AVCodecContext *avctx, 
AVPacket *pkt,
                 xavs2_copy_frame(&pic, frame);
                 break;
             }
+            av_fallthrough;
         default:
             av_log(avctx, AV_LOG_ERROR, "Unsupported pixel format\n");
             return AVERROR(EINVAL);

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

Reply via email to