Mercurial > libavcodec.hg
changeset 4423:96a09fef9a67 libavcodec
Get rid of one warning.
author | banan |
---|---|
date | Sat, 27 Jan 2007 17:30:54 +0000 |
parents | c867ae28d4de |
children | 8c830bde8006 |
files | cook.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cook.c Sat Jan 27 15:09:34 2007 +0000 +++ b/cook.c Sat Jan 27 17:30:54 2007 +0000 @@ -1155,7 +1155,7 @@ 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. */