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:
parent
26df3ba28c
commit
59b377ac86
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user