diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 00:11:33 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-29 00:16:52 +0200 |
commit | b50559fc0b2bb4c1ac85aad2e9b0122fe4ec53a3 (patch) | |
tree | c1f3713749df319741c17a6f031cc906bb105992 | |
parent | 561bfc85eb26921b27aacb6360b2fa3ebfa85058 (diff) | |
download | ffmpeg-b50559fc0b2bb4c1ac85aad2e9b0122fe4ec53a3.tar.gz |
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.asm | 1 |
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 |