From 58f2a4b07ffde8b236457229657bbd6733849d87 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Wed, 4 Oct 2006 13:13:07 +0000 Subject: change extradata type to uint8_t * Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index a3e80ca8b3..ad7c7760d0 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -741,7 +741,7 @@ typedef struct AVCodecContext { * - encoding: set/allocated/freed by lavc. * - decoding: set/allocated/freed by user. */ - void *extradata; + uint8_t *extradata; int extradata_size; /** -- cgit v1.2.3