[FFmpeg-cvslog] aarch64: h26x: Fix the indentation of one function

Martin Storsjö git at videolan.org
Thu Sep 26 13:42:19 EEST 2024


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Sep 26 13:39:15 2024 +0300| [a3ec1f8c6c6f2144458306cb62f7ab1b5dfe0c71] | committer: Martin Storsjö

aarch64: h26x: Fix the indentation of one function

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

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

 libavcodec/aarch64/h26x/qpel_neon.S | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libavcodec/aarch64/h26x/qpel_neon.S b/libavcodec/aarch64/h26x/qpel_neon.S
index 5c3f0263b6..f5aa266ab5 100644
--- a/libavcodec/aarch64/h26x/qpel_neon.S
+++ b/libavcodec/aarch64/h26x/qpel_neon.S
@@ -4141,9 +4141,9 @@ DISABLE_I8MM
 #endif
 
 function vvc_put_qpel_hv4_8_end_neon
-         vvc_load_qpel_filterh x5
-         mov             x7, #(VVC_MAX_PB_SIZE * 2)
-         b               1f
+        vvc_load_qpel_filterh x5
+        mov             x7, #(VVC_MAX_PB_SIZE * 2)
+        b               1f
 endfunc
 
 function hevc_put_hevc_qpel_hv4_8_end_neon



More information about the ffmpeg-cvslog mailing list