libswscale: aarch64: Fix the indentation of some macro invocations

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö 2024-08-22 14:40:11 +03:00
parent 9d15fe77e3
commit cfe0a36352
1 changed files with 2 additions and 2 deletions

View File

@ -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: