mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
x86: hpeldsp: Fix a typo, use the right register
This makes the code actually work. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
4839fbe2d1
commit
834e9fb056
@ -452,7 +452,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user