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

Git pushed a commit to branch master
in repository ffmpeg.

commit 8df8f8b1bb774413c342ec8c10c84b5e2126ffb2
Author:     Niklas Haas <[email protected]>
AuthorDate: Wed May 6 21:52:53 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Wed Jun 3 23:53:47 2026 +0200

    swscale/x86/ops: fix typo
    
    Signed-off-by: Niklas Haas <[email protected]>
---
 libswscale/x86/ops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libswscale/x86/ops.c b/libswscale/x86/ops.c
index c8dde4d5d4..1191a2fc35 100644
--- a/libswscale/x86/ops.c
+++ b/libswscale/x86/ops.c
@@ -899,7 +899,7 @@ static int solve_shuffle(const SwsOpList *ops, int mmsize, 
SwsCompiledOp *out)
     if (pixels < 0)
         return pixels;
 
-    /* We can't shuffle acress lanes, so restrict the vector size to XMM
+    /* We can't shuffle across lanes, so restrict the vector size to XMM
      * whenever the read/write size would be a subset of the full vector */
     if (read_bytes < 16 || write_bytes < 16)
         mmsize = 16;

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

Reply via email to