This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit d578926366df9459d76c5c6f88b38bdde89874da Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:25:17 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avcodec/c39: add fall-through annotations --- libavcodec/c93.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/c93.c b/libavcodec/c93.c index 288b1f0ea7..da103bec40 100644 --- a/libavcodec/c93.c +++ b/libavcodec/c93.c @@ -23,6 +23,7 @@ #include "bytestream.h" #include "codec_internal.h" #include "decode.h" +#include "libavutil/attributes.h" typedef struct C93DecoderContext { AVFrame *pictures[2]; @@ -174,6 +175,7 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *rframe, case C93_4X4_FROM_CURR: copy_from = newpic->data[0]; + av_fallthrough; case C93_4X4_FROM_PREV: for (int j = 0; j < 8; j += 4) { for (i = 0; i < 8; i += 4) { _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
