mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
pngdsp: swap argument inversion.
This commit is contained in:
parent
ef1c785f11
commit
4ff6dea390
@ -56,7 +56,7 @@ cglobal add_bytes_l2, 4, 6, %1, dst, src1, src2, wa, w, i
|
||||
|
||||
%if mmsize == 16
|
||||
; vector loop
|
||||
mov wq, waq
|
||||
mov waq, wq
|
||||
and waq, ~7
|
||||
jmp .end_l
|
||||
.loop_l:
|
||||
|
Loading…
Reference in New Issue
Block a user