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

Git pushed a commit to branch master
in repository ffmpeg.

commit c5c9c6d996d8543c64667bebf67665037f63ff7b
Author:     Niklas Haas <[email protected]>
AuthorDate: Sun Apr 19 13:37:56 2026 +0200
Commit:     Niklas Haas <[email protected]>
CommitDate: Tue Jun 9 18:27:20 2026 +0200

    swscale/x86: rename ops_common.asm to ops_include.asm
    
    Signed-off-by: Niklas Haas <[email protected]>
---
 libswscale/aarch64/ops_asmgen.c                    | 2 +-
 libswscale/x86/ops_float.asm                       | 2 +-
 libswscale/x86/{ops_common.asm => ops_include.asm} | 0
 libswscale/x86/ops_int.asm                         | 6 +++---
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libswscale/aarch64/ops_asmgen.c b/libswscale/aarch64/ops_asmgen.c
index e88a162de1..7c5bb83f46 100644
--- a/libswscale/aarch64/ops_asmgen.c
+++ b/libswscale/aarch64/ops_asmgen.c
@@ -293,7 +293,7 @@ static void asmgen_process(SwsAArch64Context *s, const 
SwsAArch64OpImplParams *p
 
     /**
      * The process/process_return functions for aarch64 work similarly
-     * to the x86 backend. The description in x86/ops_common.asm mostly
+     * to the x86 backend. The description in x86/ops_include.asm mostly
      * holds as well here.
      */
 
diff --git a/libswscale/x86/ops_float.asm b/libswscale/x86/ops_float.asm
index 8a0e0d9116..845f0081db 100644
--- a/libswscale/x86/ops_float.asm
+++ b/libswscale/x86/ops_float.asm
@@ -18,7 +18,7 @@
 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ;******************************************************************************
 
-%include "ops_common.asm"
+%include "ops_include.asm"
 %define SWS_FILTER_SCALE (1 << 14)
 
 SECTION_RODATA
diff --git a/libswscale/x86/ops_common.asm b/libswscale/x86/ops_include.asm
similarity index 100%
rename from libswscale/x86/ops_common.asm
rename to libswscale/x86/ops_include.asm
diff --git a/libswscale/x86/ops_int.asm b/libswscale/x86/ops_int.asm
index 07ee13ecfe..e261b3eccd 100644
--- a/libswscale/x86/ops_int.asm
+++ b/libswscale/x86/ops_int.asm
@@ -18,7 +18,7 @@
 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 ;******************************************************************************
 
-%include "ops_common.asm"
+%include "ops_include.asm"
 
 SECTION_RODATA
 
@@ -58,12 +58,12 @@ const1w: times 16 dw 0x01
 SECTION .text
 
 ;---------------------------------------------------------
-; Global entry point. See `ops_common.asm` for info.
+; Global entry point. See `ops_include.asm` for info.
 
 %macro process_fn 1 ; number of planes
 cglobal sws_process%1_x86, 6, 7 + 2 * %1, 16
             ; Args:
-            ;   execq, implq, bxd, yd as defined in ops_common.int
+            ;   execq, implq, bxd, yd as defined in ops_include.asm
             ;   bx_end and y_end are initially in tmp0d / tmp1d
             ;   (see SwsOpFunc signature)
             ;

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

Reply via email to