diff options
author | Martin Storsjö <martin@martin.st> | 2016-11-22 11:32:25 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2016-11-23 23:56:16 +0200 |
commit | 721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05 (patch) | |
tree | 3b657085d4c99ef3b61decdf673e52ea8bf93f33 /libavcodec/arm/vp9itxfm_neon.S | |
parent | 06fec74cacbb0ef7f3e5ea0e6c9ced1b6fd7565d (diff) | |
download | ffmpeg-721bc37522c5c1d6a8c3cea5e9c3fcde8d256c05.tar.gz |
arm/aarch64: vp9itxfm: Fix indentation of macro arguments
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/arm/vp9itxfm_neon.S')
-rw-r--r-- | libavcodec/arm/vp9itxfm_neon.S | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libavcodec/arm/vp9itxfm_neon.S b/libavcodec/arm/vp9itxfm_neon.S index 5d73d84d1f..acb1c6d8b6 100644 --- a/libavcodec/arm/vp9itxfm_neon.S +++ b/libavcodec/arm/vp9itxfm_neon.S @@ -1017,10 +1017,10 @@ function idct32_1d_4x32_pass1_neon .endr .endm - store_rev 31, 27, 23, 19 - store_rev 30, 26, 22, 18 - store_rev 29, 25, 21, 17 - store_rev 28, 24, 20, 16 + store_rev 31, 27, 23, 19 + store_rev 30, 26, 22, 18 + store_rev 29, 25, 21, 17 + store_rev 28, 24, 20, 16 .purgem store_rev bx lr endfunc |