1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

more senseless code

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

Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-04-17 02:40:50 +00:00
parent 26df3ba28c
commit 59b377ac86

View File

@ -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;