Commit c3311515 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/flashsv: fix typo

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent ad1dfe04
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment