summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libavcodec/x86/hpeldsp.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/hpeldsp.asm b/libavcodec/x86/hpeldsp.asm
index 98decb6..ea366a6 100644
--- a/libavcodec/x86/hpeldsp.asm
+++ b/libavcodec/x86/hpeldsp.asm
@@ -458,7 +458,7 @@ cglobal avg_pixels8_xy2, 4,5
pavgb m2, [r0]
pavgb m1, [r0+r2]
mova [r0], m2
- mova [r0+r2], m2
+ mova [r0+r2], m1
add r0, r4
sub r3d, 4
jne .loop
OpenPOWER on IntegriCloud