Commit edde5621 authored by Michael Niedermayer's avatar Michael Niedermayer

AVG_PIXELS8_XY2: fix typo, make code actually work

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 5327a455
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment