This is an automated email from the git hooks/post-receive script. Git pushed a commit to branch master in repository ffmpeg.
commit e241a455480d3b1f3266644bdafee38f10868cfa Author: Andreas Rheinhardt <[email protected]> AuthorDate: Tue Apr 28 20:18:45 2026 +0200 Commit: Andreas Rheinhardt <[email protected]> CommitDate: Sun May 3 18:21:45 2026 +0200 swscale/x86/swscale: Add av_fallthrough Reviewed-by: Ramiro Polla <[email protected]> Signed-off-by: Andreas Rheinhardt <[email protected]> --- libswscale/x86/swscale.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libswscale/x86/swscale.c b/libswscale/x86/swscale.c index 25461d787f..68cf15e772 100644 --- a/libswscale/x86/swscale.c +++ b/libswscale/x86/swscale.c @@ -763,7 +763,8 @@ switch(c->dstBpc){ \ #define INPUT_PLANER_RGB_A_FUNC_CASE_NOBREAK(fmt, name, opt) \ case fmt: \ - c->readAlpPlanar = ff_planar_##name##_to_a_##opt; + c->readAlpPlanar = ff_planar_##name##_to_a_##opt; \ + av_fallthrough; #define INPUT_PLANER_RGBA_YUV_FUNC_CASE(rgb_fmt, rgba_fmt, name, opt) \ case rgba_fmt: \ _______________________________________________ ffmpeg-cvslog mailing list -- [email protected] To unsubscribe send an email to [email protected]
