This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 49fc8ddf650f2791a30f6347d575695f347343c5 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:11:05 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/oggparsetheora: add fall-through annotations --- libavformat/oggparsetheora.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/oggparsetheora.c b/libavformat/oggparsetheora.c index 6cdd962759..e104d63229 100644 --- a/libavformat/oggparsetheora.c +++ b/libavformat/oggparsetheora.c @@ -23,6 +23,7 @@ **/ #include <stdlib.h> +#include "libavutil/attributes.h" #include "libavutil/mem.h" #include "libavcodec/get_bits.h" #include "avformat.h" @@ -117,6 +118,7 @@ static int theora_header(AVFormatContext *s, int idx) break; case 0x81: ff_vorbis_stream_comment(s, st, os->buf + os->pstart + 7, os->psize - 7); + av_fallthrough; case 0x82: if (!thp->version) return AVERROR_INVALIDDATA; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
