mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00: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)
|
||||
{
|
||||
COOKextradata *e = avctx->extradata;
|
||||
COOKextradata *e = (COOKextradata *)avctx->extradata;
|
||||
COOKContext *q = avctx->priv_data;
|
||||
|
||||
/* Take care of the codec specific extradata. */
|
||||
|
Loading…
Reference in New Issue
Block a user