mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
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
@ -63,7 +63,7 @@
|
|||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro load_args_nv21 ofmt
|
.macro load_args_nv21 ofmt
|
||||||
load_args_nv12 \ofmt
|
load_args_nv12 \ofmt
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
.macro load_args_yuv420p ofmt
|
.macro load_args_yuv420p ofmt
|
||||||
@ -175,7 +175,7 @@
|
|||||||
|
|
||||||
.macro declare_func ifmt ofmt
|
.macro declare_func ifmt ofmt
|
||||||
function ff_\ifmt\()_to_\ofmt\()_neon, export=1
|
function ff_\ifmt\()_to_\ofmt\()_neon, export=1
|
||||||
load_args_\ifmt \ofmt
|
load_args_\ifmt \ofmt
|
||||||
|
|
||||||
mov w9, w1
|
mov w9, w1
|
||||||
1:
|
1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user