diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 3842594ad2..abe1d8750c 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -211,7 +211,7 @@ static int flashsv_decode_frame(AVCodecContext *avctx, /* return -1; */ } copy_region(s->tmpblock, s->frame.data[0], s->image_height-(hp+hs+1), wp, hs, ws, s->frame.linesize[0]); - skip_bits(&gb, 8*size); /* skip the consumed bits */ + skip_bits_long(&gb, 8*size); /* skip the consumed bits */ } } }