From 59b377ac86589e3c11a613e9a520a7ca76935ea4 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 17 Apr 2008 02:40:50 +0000 Subject: [PATCH] more senseless code One wonders how such stuff gets past the reviews ... Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/alac.c | 1 - 1 file changed, 1 deletion(-) 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;