mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-14 19:25:01 +00:00
change extradata type to uint8_t *
Originally committed as revision 6551 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2bb7875987
commit
58f2a4b07f
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user