提交 5dff2699 编写于 作者: M Michael Niedermayer

avcodec/diracdec: use init_get_bits8()

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 6ed1aa4f
......@@ -567,7 +567,7 @@ static av_always_inline void decode_subband_internal(DiracContext *s, SubBand *b
if (!b->length)
return;
init_get_bits(&gb, b->coeff_data, b->length*8);
init_get_bits8(&gb, b->coeff_data, b->length);
if (is_arith)
ff_dirac_init_arith_decoder(&c, &gb, b->length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册