[Ffmpeg-cvslog] r7735 - trunk/libavcodec/cook.c
banan
subversion
Sat Jan 27 18:30:54 CET 2007
Author: banan
Date: Sat Jan 27 18:30:54 2007
New Revision: 7735
Modified:
trunk/libavcodec/cook.c
Log:
Get rid of one warning.
Modified: trunk/libavcodec/cook.c
==============================================================================
--- trunk/libavcodec/cook.c (original)
+++ trunk/libavcodec/cook.c Sat Jan 27 18:30:54 2007
@@ -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. */
More information about the ffmpeg-cvslog
mailing list