Commit b3203b64 authored by Benjamin Larsson's avatar Benjamin Larsson

Get rid of one warning.

Originally committed as revision 7735 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent fe70f25c
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment