[FFmpeg-cvslog] avcodec/arm/fft_fixed_neon: reduce diff by 2 spaces to libav

Michael Niedermayer git at videolan.org
Fri Mar 14 17:27:27 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Mar 14 14:28:28 2014 +0100| [2c9e5cb1a69868fe3f37d30d2076f97af1d15059] | committer: Michael Niedermayer

avcodec/arm/fft_fixed_neon: reduce diff by 2 spaces to libav

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c9e5cb1a69868fe3f37d30d2076f97af1d15059
---

 libavcodec/arm/fft_fixed_neon.S |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/arm/fft_fixed_neon.S b/libavcodec/arm/fft_fixed_neon.S
index d4a38a2..57a8cfb 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



More information about the ffmpeg-cvslog mailing list