mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
Get rid of one warning.
Originally committed as revision 7735 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe70f25c58
commit
b3203b64c6
@ -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. */
|
||||||
|
Loading…
Reference in New Issue
Block a user