Commit 59b377ac authored by Michael Niedermayer's avatar Michael Niedermayer

more senseless code

One wonders how such stuff gets past the reviews ...

Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 26df3ba2
......@@ -220,7 +220,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
if (x > 8) {
block_size = get_bits(&alac->gb, 16);
block_size &= 0xffff;
} else {
int k;
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