This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit ce740510aac6c4109b5d3df693383ba3426f4c03 Author: Marvin Scholz <[email protected]> AuthorDate: Tue Feb 17 21:23:07 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avutil: add fall-through annotations --- libavutil/channel_layout.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/channel_layout.c b/libavutil/channel_layout.c index 2d1ba8f5a9..4f18047df3 100644 --- a/libavutil/channel_layout.c +++ b/libavutil/channel_layout.c @@ -694,6 +694,7 @@ av_channel_layout_channel_from_index(const AVChannelLayout *channel_layout, if ((1ULL << i) & channel_layout->u.mask && !idx--) return i; } + av_fallthrough; default: return AV_CHAN_NONE; } _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
