mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avformat/takdec: use init_get_bits8()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
263da1a8f7
commit
89c3f5a907
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue