summaryrefslogtreecommitdiff
path: root/libavcodec/arm/fft_neon.S
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-07-01 23:21:42 +0000
committerMåns Rullgård <mans@mansr.com>2010-07-01 23:21:42 +0000
commit588d28ac0866c8e9acb436c1c752de4c6de0d21e (patch)
tree2a8e9098ec7f4ea499d9498c6bcc24004aea92ac /libavcodec/arm/fft_neon.S
parentbf7ba153729e2ea645cd6cc1150514137037923c (diff)
Remove vestiges of radix-2 FFT
Patch (mostly) by Loren Merritt Originally committed as revision 23957 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/arm/fft_neon.S')
-rw-r--r--libavcodec/arm/fft_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/arm/fft_neon.S b/libavcodec/arm/fft_neon.S
index 08589db096..c90333466d 100644
--- a/libavcodec/arm/fft_neon.S
+++ b/libavcodec/arm/fft_neon.S
@@ -320,7 +320,7 @@ function ff_fft_permute_neon, export=1
push {r4,lr}
mov r12, #1
ldr r2, [r0] @ nbits
- ldr r3, [r0, #20] @ tmp_buf
+ ldr r3, [r0, #12] @ tmp_buf
ldr r0, [r0, #8] @ revtab
lsl r12, r12, r2
mov r2, r12