This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
pngdsp: swap argument inversion.
tags/n0.11
Ronald S. Bultje
14 years ago
parent
ef1c785f11
commit
4ff6dea390
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/x86/pngdsp.asm
+ 1
- 1
libavcodec/x86/pngdsp.asm
View File
@@ -56,7 +56,7 @@ cglobal add_bytes_l2, 4, 6, %1, dst, src1, src2, wa, w, i
%if mmsize == 16
; vector loop
mov
wq, w
a
q
mov w
a
q, wq
and waq, ~7
jmp .end_l
.loop_l:
Write
Preview
Loading…
Cancel
Save