[FFmpeg-cvslog] libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundant

Michael Niedermayer git at videolan.org
Thu May 29 00:17:26 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu May 29 00:11:33 2014 +0200| [b50559fc0b2bb4c1ac85aad2e9b0122fe4ec53a3] | committer: Michael Niedermayer

libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundant

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/x86/dsputilenc.asm |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/x86/dsputilenc.asm b/libavcodec/x86/dsputilenc.asm
index 0ff0e60..263516a 100644
--- a/libavcodec/x86/dsputilenc.asm
+++ b/libavcodec/x86/dsputilenc.asm
@@ -476,7 +476,6 @@ cglobal pix_sum16, 2, 3, %1
     jne .loop
     HADDW        m4, m5
     movd        eax, m4
-    and         eax, 0xffff
     RET
 %endmacro
 



More information about the ffmpeg-cvslog mailing list