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/aarch64 | |
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/aarch64')
-rw-r--r-- | libavcodec/aarch64/vp9itxfm_neon.S | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libavcodec/aarch64/vp9itxfm_neon.S b/libavcodec/aarch64/vp9itxfm_neon.S index 65406b9e1a..2dc6b7524a 100644 --- a/libavcodec/aarch64/vp9itxfm_neon.S +++ b/libavcodec/aarch64/vp9itxfm_neon.S @@ -969,14 +969,14 @@ function idct32_1d_8x32_pass1_neon st1 {v7.8h}, [x0], #16 .endm - store_rev 31, 23 - store_rev 30, 22 - store_rev 29, 21 - store_rev 28, 20 - store_rev 27, 19 - store_rev 26, 18 - store_rev 25, 17 - store_rev 24, 16 + store_rev 31, 23 + store_rev 30, 22 + store_rev 29, 21 + store_rev 28, 20 + store_rev 27, 19 + store_rev 26, 18 + store_rev 25, 17 + store_rev 24, 16 .purgem store_rev ret endfunc |