mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avcodec/flashsv: fix typo
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
ad1dfe04a1
commit
c3311515d5
@ -255,7 +255,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, void *data,
|
||||
if (buf_size < 4)
|
||||
return -1;
|
||||
|
||||
if ((ret = init_get_bits(&gb, avpkt->data, buf_size)) < 0)
|
||||
if ((ret = init_get_bits8(&gb, avpkt->data, buf_size)) < 0)
|
||||
return ret;
|
||||
|
||||
/* start to parse the bitstream */
|
||||
|
Loading…
x
Reference in New Issue
Block a user