Commit 58f2a4b0 authored by Baptiste Coudurier's avatar Baptiste Coudurier

change extradata type to uint8_t *

Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2bb78759
......@@ -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;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment