Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/alac.c1
1 files changed, 0 insertions, 1 deletions
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;