diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-04-17 02:40:50 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-04-17 02:40:50 +0000 |
commit | 59b377ac86589e3c11a613e9a520a7ca76935ea4 (patch) | |
tree | f2ede5c0085a29c18cbed7c691d120116437abfc /libavcodec | |
parent | 26df3ba28c0a5f6d10ef9035b4be1c28b20d2655 (diff) | |
download | ffmpeg-59b377ac86589e3c11a613e9a520a7ca76935ea4.tar.gz |
more senseless code
One wonders how such stuff gets past the reviews ...
Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/alac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 219dcefab2..b143d3a9d4 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -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; |