This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit 04ba5e7537837a10ad56831a4f4f3d55bf019494 Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Apr 28 20:49:43 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sun May 3 18:22:29 2026 +0200 avcodec/mpegvideo_enc: Add av_fallthrough Reviewed-by: Ramiro Polla <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libavcodec/mpegvideo_enc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpegvideo_enc.c b/libavcodec/mpegvideo_enc.c index 52716c9bfc..994ffce29b 100644 --- a/libavcodec/mpegvideo_enc.c +++ b/libavcodec/mpegvideo_enc.c @@ -3058,6 +3058,7 @@ static int encode_thread(AVCodecContext *c, void *arg){ break; case AV_CODEC_ID_MPEG2VIDEO: if (s->c.mb_x == 0 && s->c.mb_y != 0) is_gob_start = 1; + av_fallthrough; case AV_CODEC_ID_MPEG1VIDEO: if (s->c.codec_id == AV_CODEC_ID_MPEG1VIDEO && s->c.mb_y >= 175 || s->mb_skip_run) _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
