summaryrefslogtreecommitdiffstats
path: root/libavcodec/x86
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-01-27 15:50:26 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-01-27 15:50:26 +0100
commitedde562130feb901f29d7cef930c4b5b133661b9 (patch)
treea7f4aee183c90b083187dbe11dc395d941a4aa8a /libavcodec/x86
parent5327a455529e6dc8f2dad1ef20fc89f2f32f136c (diff)
downloadffmpeg-streaming-edde562130feb901f29d7cef930c4b5b133661b9.zip
ffmpeg-streaming-edde562130feb901f29d7cef930c4b5b133661b9.tar.gz
AVG_PIXELS8_XY2: fix typo, make code actually work
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/x86')
-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