diff --git a/libavcodec/alac.c b/libavcodec/alac.c index 3262838869..257ad1c119 100644 --- a/libavcodec/alac.c +++ b/libavcodec/alac.c @@ -168,7 +168,6 @@ static void bastardized_rice_decompress(ALACContext *alac, x++; } - if (x > 8) { /* RICE THRESHOLD */ /* use alternative encoding */ int32_t value;