[FFmpeg-cvslog] AVG_PIXELS8_XY2: fix typo, make code actually work
Michael Niedermayer
git at videolan.org
Sun Jan 27 15:58:04 CET 2013
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Jan 27 15:50:26 2013 +0100| [edde562130feb901f29d7cef930c4b5b133661b9] | committer: Michael Niedermayer
AVG_PIXELS8_XY2: fix typo, make code actually work
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=edde562130feb901f29d7cef930c4b5b133661b9
---
libavcodec/x86/hpeldsp.asm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the ffmpeg-cvslog
mailing list