[FFmpeg-cvslog] pngdsp: swap argument inversion.

Ronald S. Bultje git at videolan.org
Thu Feb 9 01:46:08 CET 2012


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Tue Feb  7 12:51:21 2012 -0800| [4ff6dea390be1d57817919105ee76b708e247d64] | committer: Ronald S. Bultje

pngdsp: swap argument inversion.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ff6dea390be1d57817919105ee76b708e247d64
---

 libavcodec/x86/pngdsp.asm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavcodec/x86/pngdsp.asm b/libavcodec/x86/pngdsp.asm
index 8c4cb19..d6e6374 100644
--- a/libavcodec/x86/pngdsp.asm
+++ b/libavcodec/x86/pngdsp.asm
@@ -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:



More information about the ffmpeg-cvslog mailing list