Commit 26df3ba2 authored by Michael Niedermayer's avatar Michael Niedermayer

senseless code

Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ec04a74e
......@@ -170,10 +170,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment