Commit 469f9de7 authored by Kostya Shishkov's avatar Kostya Shishkov

Init vlc tables as static

Originally committed as revision 6840 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 84ed36da
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment