kill a bunch of compiler warnings

Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2005-08-14 15:42:40 +00:00
parent 72ce053b9c
commit bf4e3bd2d0
15 changed files with 26 additions and 31 deletions

View File

@@ -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)