summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/imc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/imc.c b/libavcodec/imc.c
index a7045ef3e1..23c9c0f5b0 100644
--- a/libavcodec/imc.c
+++ b/libavcodec/imc.c
@@ -139,7 +139,7 @@ static int imc_decode_init(AVCodecContext * avctx)
for(j = 0; j < 4; j++) {
init_vlc (&q->huffman_vlc[i][j], 9, imc_huffman_sizes[i],
imc_huffman_lens[i][j], 1, 1,
- imc_huffman_bits[i][j], 2, 2, 0);
+ imc_huffman_bits[i][j], 2, 2, 1);
}
}
q->one_div_log2 = 1/log(2);