This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 735e670334b8f47928c0e115c3eaecee7d6f1a89 Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:21:34 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/h264dec: add fall-through annotations --- libavcodec/h264dec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/h264dec.c b/libavcodec/h264dec.c index 809a938386..ca65df2b84 100644 --- a/libavcodec/h264dec.c +++ b/libavcodec/h264dec.c @@ -645,6 +645,7 @@ static int decode_nal_units(H264Context *h, AVBufferRef *buf_ref, } idr_cleared = 1; h->has_recovery_point = 1; + av_fallthrough; case H264_NAL_SLICE: h->has_slice = 1; _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
