From 74bffc00c541079e5a052988485f26cdd4d43bb0 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Thu, 4 Mar 2021 13:13:20 +0100 Subject: avcodec: Constify some AVPackets Reviewed-by: James Almer Signed-off-by: Andreas Rheinhardt --- libavcodec/flashsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/flashsv.c') diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index f55cb0feeb..9481f80f0b 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -179,7 +179,7 @@ static int flashsv2_prime(FlashSVContext *s, uint8_t *src, int size) return 0; } -static int flashsv_decode_block(AVCodecContext *avctx, AVPacket *avpkt, +static int flashsv_decode_block(AVCodecContext *avctx, const AVPacket *avpkt, GetBitContext *gb, int block_size, int width, int height, int x_pos, int y_pos, int blk_idx) -- cgit v1.2.3