diff ulti.c @ 2834:fd5d7c732c6b libavcodec

kill a bunch of compiler warnings
author mru
date Sun, 14 Aug 2005 15:42:40 +0000
parents e65877799a09
children ef2149182f1c
line wrap: on
line diff
--- a/ulti.c	Sun Aug 14 01:15:27 2005 +0000
+++ b/ulti.c	Sun Aug 14 15:42:40 2005 +0000
@@ -37,7 +37,7 @@
     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)