summaryrefslogtreecommitdiff
path: root/libavcodec/x86/rv34dsp.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/rv34dsp.asm')
-rw-r--r--libavcodec/x86/rv34dsp.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/rv34dsp.asm b/libavcodec/x86/rv34dsp.asm
index c8eeebbfeb..2d2f6e19e6 100644
--- a/libavcodec/x86/rv34dsp.asm
+++ b/libavcodec/x86/rv34dsp.asm
@@ -42,9 +42,9 @@ cglobal rv34_idct_%1_mmx2, 1, 2, 0
movd m0, r1
pshufw m0, m0, 0
movq [r0+ 0], m0
+ movq [r0+ 8], m0
movq [r0+16], m0
- movq [r0+32], m0
- movq [r0+48], m0
+ movq [r0+24], m0
REP_RET
%endmacro