summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-29 00:11:33 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-29 00:16:52 +0200
commitb50559fc0b2bb4c1ac85aad2e9b0122fe4ec53a3 (patch)
treec1f3713749df319741c17a6f031cc906bb105992
parent561bfc85eb26921b27aacb6360b2fa3ebfa85058 (diff)
libavcodec/x86/dsputilenc: drop and 0xffff that should have becomei redundant
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/x86/dsputilenc.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/x86/dsputilenc.asm b/libavcodec/x86/dsputilenc.asm
index 0ff0e605b5..263516a43c 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