diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-14 14:28:28 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-14 14:28:28 +0100 |
commit | 2c9e5cb1a69868fe3f37d30d2076f97af1d15059 (patch) | |
tree | 5afbc66c75e78e006be128f8294a6b900348718b /libavcodec/arm/fft_fixed_neon.S | |
parent | b5bdd04f0818568a3ab663f6aca36df3c7b2b537 (diff) | |
download | ffmpeg-2c9e5cb1a69868fe3f37d30d2076f97af1d15059.tar.gz |
avcodec/arm/fft_fixed_neon: reduce diff by 2 spaces to libav
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/fft_fixed_neon.S')
-rw-r--r-- | libavcodec/arm/fft_fixed_neon.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S index d4a38a2b96..57a8cfb557 100644 --- a/libavcodec/arm/fft_fixed_neon.S +++ b/libavcodec/arm/fft_fixed_neon.S @@ -122,7 +122,7 @@ endfunc function fft_pass_neon push {r4,lr} - movrel lr, coefs+24 + movrel lr, coefs + 24 vld1.16 {d30}, [lr,:64] lsl r12, r2, #3 vmov d31, d30 |