提交 89c3f5a9 编写于 作者: M Michael Niedermayer

avformat/takdec: use init_get_bits8()

Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 263da1a8
......@@ -99,7 +99,7 @@ static int tak_read_header(AVFormatContext *s)
}
}
init_get_bits(&gb, buffer, (size - 3) * 8);
init_get_bits8(&gb, buffer, size - 3);
break;
case TAK_METADATA_MD5: {
uint8_t md5[16];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册