[FFmpeg-cvslog] libswscale: aarch64: Fix the indentation of some macro invocations

Martin Storsjö git at videolan.org
Thu Aug 22 14:40:35 EEST 2024


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Aug 22 14:40:11 2024 +0300| [cfe0a36352f5439668fc9b5b9e5b985d2958b906] | committer: Martin Storsjö

libswscale: aarch64: Fix the indentation of some macro invocations

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfe0a36352f5439668fc9b5b9e5b985d2958b906
---

 libswscale/aarch64/yuv2rgb_neon.S | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libswscale/aarch64/yuv2rgb_neon.S b/libswscale/aarch64/yuv2rgb_neon.S
index b89eb2c781..cc7d8b58fc 100644
--- a/libswscale/aarch64/yuv2rgb_neon.S
+++ b/libswscale/aarch64/yuv2rgb_neon.S
@@ -63,7 +63,7 @@
 .endm
 
 .macro load_args_nv21 ofmt
-    load_args_nv12 \ofmt
+        load_args_nv12  \ofmt
 .endm
 
 .macro load_args_yuv420p ofmt
@@ -175,7 +175,7 @@
 
 .macro declare_func ifmt ofmt
 function ff_\ifmt\()_to_\ofmt\()_neon, export=1
-    load_args_\ifmt \ofmt
+        load_args_\ifmt \ofmt
 
         mov             w9, w1
 1:



More information about the ffmpeg-cvslog mailing list