Browse Source

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

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 12 years ago
parent
commit
2c9e5cb1a6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/arm/fft_fixed_neon.S

+ 1
- 1
libavcodec/arm/fft_fixed_neon.S View File

@@ -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


Loading…
Cancel
Save