This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit f73d12f6ee9d9f72fe21a6842eb3b8961c46d7af Author: Kacper Michajłow <[email protected]> AuthorDate: Tue Aug 11 16:25:11 2026 +0200 Commit: Kacper Michajłow <[email protected]> CommitDate: Wed Aug 12 17:21:06 2026 +0200 avformat/rtmppkt: add fall-through annotations Signed-off-by: Kacper Michajłow <[email protected]> --- libavformat/rtmppkt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/rtmppkt.c b/libavformat/rtmppkt.c index 4977935210..e52307c5d6 100644 --- a/libavformat/rtmppkt.c +++ b/libavformat/rtmppkt.c @@ -640,8 +640,10 @@ static void amf_tag_contents(void *ctx, const uint8_t *data, return; case AMF_DATA_TYPE_ARRAY: parse_key = 0; + av_fallthrough; case AMF_DATA_TYPE_MIXEDARRAY: nb = bytestream_get_be32(&data); + av_fallthrough; case AMF_DATA_TYPE_OBJECT: av_log(ctx, AV_LOG_DEBUG, " {\n"); while (nb-- > 0 || type != AMF_DATA_TYPE_ARRAY) { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
