From c82fbf7fba0c4f70b9563bb395158e97213405c8 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 1 Feb 2008 04:16:26 +0000 Subject: const Originally committed as revision 11726 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flashsv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 0be0e464f5..842a7ccaf8 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -102,7 +102,7 @@ static int flashsv_decode_init(AVCodecContext *avctx) static int flashsv_decode_frame(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { FlashSVContext *s = avctx->priv_data; int h_blocks, v_blocks, h_part, v_part, i, j; -- cgit v1.2.3