This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 50b1da33e4039e7566eee054d9e6d973b7faa28d Author: Marvin Scholz <[email protected]> AuthorDate: Wed Feb 18 00:12:13 2026 +0100 Commit: Marvin Scholz <[email protected]> CommitDate: Tue Apr 28 12:29:37 2026 +0000 avformat/mxfenc: add fall-through annotations --- libavformat/mxfenc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 12ef521779..1552d24e0c 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -40,6 +40,7 @@ #include <inttypes.h> #include <time.h> +#include "libavutil/attributes.h" #include "libavutil/attributes_internal.h" #include "libavutil/mem.h" #include "libavutil/opt.h" @@ -1257,6 +1258,7 @@ static int64_t mxf_write_generic_picture_desc(AVFormatContext *s, AVStream *st) if (sc->cid < 1270) // DNxHD break; // fall for DNxHR RI rasters + av_fallthrough; case AV_CODEC_ID_MPEG2VIDEO: case AV_CODEC_ID_H264: //Based on 16x16 macroblocks _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
