Commit 3f0fc0d3 authored by bcoudurier's avatar bcoudurier

change extradata type to uint8_t *

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6551 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 19b5e1cb
......@@ -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