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

Git pushed a commit to branch master
in repository ffmpeg.

commit c7046f0ab3b70f64f204232618f22a45e5c5dab9
Author:     Ramiro Polla <[email protected]>
AuthorDate: Tue May 26 02:48:23 2026 +0200
Commit:     Ramiro Polla <[email protected]>
CommitDate: Fri Jun 5 22:29:24 2026 +0200

    swscale/ops_backend: add missing float clear pattern
    
    This fixes:
    $ ./libswscale/tests/swscale -scaler none -backends unstable -src rgb24 
-dst yaf32be
    
    ... and exposes another bug in x86 when -cpuflags 0 is not passed,
    which will be fixed in next commit.
    
    Sponsored-by: Sovereign Tech Fund
    Signed-off-by: Ramiro Polla <[email protected]>
---
 libswscale/ops_tmpl_float.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libswscale/ops_tmpl_float.c b/libswscale/ops_tmpl_float.c
index d2a196873e..2acbdd38ea 100644
--- a/libswscale/ops_tmpl_float.c
+++ b/libswscale/ops_tmpl_float.c
@@ -236,6 +236,7 @@ static const SwsOpTable fn(op_table_float) = {
         &fn(op_clear_0001),
         &fn(op_clear_1000),
         &fn(op_clear_1100),
+        &fn(op_clear_0100),
 
         &fn(op_linear_luma),
         &fn(op_linear_alpha),

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

Reply via email to