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

Git pushed a commit to branch master
in repository ffmpeg.

commit 83af1a2977169dc39a7b1448dccbaf96b63e5aa9
Author:     Niklas Haas <[email protected]>
AuthorDate: Tue Feb 24 12:24:32 2026 +0100
Commit:     Niklas Haas <[email protected]>
CommitDate: Thu Feb 26 10:15:52 2026 +0000

    swscale/x86/ops: properly mark SWS_OP_SCALE as flexible
---
 libswscale/x86/ops.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libswscale/x86/ops.c b/libswscale/x86/ops.c
index 44dbe05b35..251d47e0ac 100644
--- a/libswscale/x86/ops.c
+++ b/libswscale/x86/ops.c
@@ -182,6 +182,7 @@ static int setup_shift(const SwsOp *op, SwsOpPriv *out)
     DECL_COMMON_PATTERNS(F32, scale##EXT,                                      
 \
         .op = SWS_OP_SCALE,                                                    
 \
         .setup = ff_sws_setup_q,                                               
 \
+        .flexible = true,                                                      
 \
     );
 
 static int setup_dither(const SwsOp *op, SwsOpPriv *out)

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

Reply via email to