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

Git pushed a commit to branch master
in repository ffmpeg.

commit 2fd9d69034ea3a6706bc91ebfdd9ceefddd14d32
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 21:03:04 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:22:44 2026 +0200

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

diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 2909698cda..a548cd58fc 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -215,6 +215,7 @@ static int rm_read_audio_stream_info(AVFormatContext *s, 
AVIOContext *pb,
             break;
         case AV_CODEC_ID_COOK:
             sti->need_parsing = AVSTREAM_PARSE_HEADERS;
+            av_fallthrough;
         case AV_CODEC_ID_ATRAC3:
         case AV_CODEC_ID_SIPR:
             if (read_all) {

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

Reply via email to