Mercurial > libavcodec.hg
changeset 6622:17645d50d6fd libavcodec
senseless code
author | michael |
---|---|
date | Thu, 17 Apr 2008 02:38:41 +0000 |
parents | 53601889910b |
children | 2d007f504886 |
files | alac.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/alac.c Thu Apr 17 02:35:00 2008 +0000 +++ b/alac.c Thu Apr 17 02:38:41 2008 +0000 @@ -170,10 +170,6 @@ if (x > 8) { /* RICE THRESHOLD */ /* use alternative encoding */ x = get_bits(&alac->gb, readsamplesize); - - /* mask value to readsamplesize size */ - if (readsamplesize != 32) - x &= (0xffffffff >> (32 - readsamplesize)); } else { /* standard rice encoding */ int extrabits;