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
1 changed files with 0 additions and 1 deletions

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;