This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 70fed6fd33fb3b9322b4031b928dc0b3b0617c1c Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:10:24 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/rtmppkt: add fall-through annotations --- libavformat/rtmppkt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/rtmppkt.c b/libavformat/rtmppkt.c index ec10c89fc8..9cf3763c1b 100644 --- a/libavformat/rtmppkt.c +++ b/libavformat/rtmppkt.c @@ -20,6 +20,7 @@ */ #include "libavcodec/bytestream.h" +#include "libavutil/attributes.h" #include "libavutil/intfloat.h" #include "libavutil/mem.h" @@ -466,6 +467,7 @@ static int amf_tag_skip(GetByteContext *gb) case AMF_DATA_TYPE_ARRAY: case AMF_DATA_TYPE_MIXEDARRAY: nb = bytestream2_get_be32(gb); + av_fallthrough; case AMF_DATA_TYPE_OBJECT: while (type != AMF_DATA_TYPE_ARRAY || nb-- > 0) { int t; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
