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; /**