summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-08-03 14:59:16 -0700
committerDiego Biurrun <diego@biurrun.de>2012-08-04 00:16:02 +0200
commit4a8143e73ccb805a2e5a54f752d77f20efe20bd3 (patch)
tree5714dba596d360daf49f216f9fc34defafa9f79d /libavcodec
parent0c3ff1982c5da0abfb27a7d2328d742a37257698 (diff)
fft: 3dnow: fix register name typo in DECL_IMDCT macro
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/x86/fft_mmx.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fft_mmx.asm b/libavcodec/x86/fft_mmx.asm
index 7c0e9de311..6082d9ee36 100644
--- a/libavcodec/x86/fft_mmx.asm
+++ b/libavcodec/x86/fft_mmx.asm
@@ -1040,7 +1040,7 @@ cglobal imdct_half, 3,12,8; FFTContext *s, FFTSample *output, const FFTSample *i
mova [r1+r5*8], m0
mova [r1+r6*8], m2
add r4, 2
- sub r4, 2
+ sub r3, 2
%else
%if ARCH_X86_64
movzx r5, word [rrevtab+r4-4]