From b3203b64c6374332359ac3410633f04c1aaa3534 Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sat, 27 Jan 2007 17:30:54 +0000 Subject: [PATCH] Get rid of one warning. Originally committed as revision 7735 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cook.c b/libavcodec/cook.c index 943addb..bfe1906 100644 --- a/libavcodec/cook.c +++ b/libavcodec/cook.c @@ -1155,7 +1155,7 @@ static void dump_cook_context(COOKContext *q, COOKextradata *e) static int cook_decode_init(AVCodecContext *avctx) { - COOKextradata *e = avctx->extradata; + COOKextradata *e = (COOKextradata *)avctx->extradata; COOKContext *q = avctx->priv_data; /* Take care of the codec specific extradata. */ -- 2.7.4