This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch master
in repository ffmpeg.

commit 2d0d937ed276e1707782d92514dc12136de059fe
Author:     Andreas Rheinhardt <[email protected]>
AuthorDate: Tue Apr 28 20:22:41 2026 +0200
Commit:     Andreas Rheinhardt <[email protected]>
CommitDate: Sun May 3 18:22:05 2026 +0200

    swscale/ops_chain: Use av_fallthrough to mark fallthrough
    
    Reviewed-by: Ramiro Polla <[email protected]>
    Signed-off-by: Andreas Rheinhardt <[email protected]>
---
 libswscale/ops_chain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/ops_chain.c b/libswscale/ops_chain.c
index ff301d4a50..f229bdb3ff 100644
--- a/libswscale/ops_chain.c
+++ b/libswscale/ops_chain.c
@@ -82,7 +82,7 @@ static int op_match(const SwsOp *op, const SwsOpEntry *entry)
     case SWS_OP_WRITE:
         if (op->rw.filter && op->type != entry->type)
             return 0;
-        /* fall through */;
+        av_fallthrough;
     case SWS_OP_SWAP_BYTES:
     case SWS_OP_SWIZZLE:
         /* Only the size matters for these operations */

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to