This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 749f01e3ea96881da772f9ece78863abfd21743b Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:16:02 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/cafdec: add fall-through annotations --- libavformat/cafdec.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c index 1557391ef3..a7789aee59 100644 --- a/libavformat/cafdec.c +++ b/libavformat/cafdec.c @@ -33,6 +33,7 @@ #include "demux.h" #include "internal.h" #include "isom.h" +#include "libavutil/attributes.h" #include "mov_chan.h" #include "libavcodec/flac.h" #include "libavutil/intreadwrite.h" @@ -419,6 +420,7 @@ static int read_header(AVFormatContext *s) av_log(s, AV_LOG_WARNING, "skipping CAF chunk: %08"PRIX32" (%s), size %"PRId64"\n", tag, av_fourcc2str(av_bswap32(tag)), size); + av_fallthrough; case MKBETAG('f','r','e','e'): if (size < 0 && found_data) goto found_data; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
