summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-04-17 02:40:50 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-04-17 02:40:50 +0000
commit59b377ac86589e3c11a613e9a520a7ca76935ea4 (patch)
treef2ede5c0085a29c18cbed7c691d120116437abfc /libavcodec/alac.c
parent26df3ba28c0a5f6d10ef9035b4be1c28b20d2655 (diff)
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/alac.c')
-rw-r--r--libavcodec/alac.c1
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;