diff options
Diffstat (limited to 'libavcodec/alac.c')
-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; |