This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
b5bdd04f08
commit
2c9e5cb1a6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save