# HG changeset patch # User michael # Date 1208399921 0 # Node ID 17645d50d6fdda8841be331fbf72a4f8ea2649e2 # Parent 53601889910b869e849d26e6030238fb2a67b9d5 senseless code diff -r 53601889910b -r 17645d50d6fd alac.c --- 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;