From bf4e3bd2d0263169ebf5d88972ae319ecb0d7a1e Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 14 Aug 2005 15:42:40 +0000 Subject: kill a bunch of compiler warnings Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/ulti.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/ulti.c') diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c index 1b58530474..1b47bddbd4 100644 --- a/libavcodec/ulti.c +++ b/libavcodec/ulti.c @@ -37,7 +37,7 @@ typedef struct UltimotionDecodeContext { AVCodecContext *avctx; int width, height, blocks; AVFrame frame; - uint8_t *ulti_codebook; + const uint8_t *ulti_codebook; } UltimotionDecodeContext; static int ulti_decode_init(AVCodecContext *avctx) -- cgit v1.2.3