Commit de153855 authored by banan's avatar banan

Get rid of one warning.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7735 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ef36ac50
...@@ -1155,7 +1155,7 @@ static void dump_cook_context(COOKContext *q, COOKextradata *e) ...@@ -1155,7 +1155,7 @@ static void dump_cook_context(COOKContext *q, COOKextradata *e)
static int cook_decode_init(AVCodecContext *avctx) static int cook_decode_init(AVCodecContext *avctx)
{ {
COOKextradata *e = avctx->extradata; COOKextradata *e = (COOKextradata *)avctx->extradata;
COOKContext *q = avctx->priv_data; COOKContext *q = avctx->priv_data;
/* Take care of the codec specific extradata. */ /* 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