forked from FFmpeg/FFmpeg
libswscale: aarch64: Fix the indentation of some macro invocations
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
9d15fe77e3
commit
cfe0a36352
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue