Browse Source

pngdsp: swap argument inversion.

tags/n0.11
Ronald S. Bultje 14 years ago
parent
commit
4ff6dea390
1 changed files with 1 additions and 1 deletions
  1. +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, waq
mov waq, wq
and waq, ~7
jmp .end_l
.loop_l:


Loading…
Cancel
Save