提交 32dd6a9c 编写于 作者: S Sergey Vlasov 提交者: Kostya Shishkov

fix dca_bitalloc_index decoder init

Patch by Sergey Vlasov (printf("%csu at altlinux%s",'v',".ru");)
Thread [FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init

Originally committed as revision 9115 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 56e4603e
......@@ -186,7 +186,7 @@ static void dca_init_vlcs(void)
return;
dca_bitalloc_index.offset = 1;
dca_bitalloc_index.wrap = 1;
dca_bitalloc_index.wrap = 2;
for (i = 0; i < 5; i++)
init_vlc(&dca_bitalloc_index.vlc[i], bitalloc_12_vlc_bits[i], 12,
bitalloc_12_bits[i], 1, 1,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册