[Ffmpeg-cvslog] r6551 - trunk/libavcodec/avcodec.h
bcoudurier
subversion
Wed Oct 4 15:13:08 CEST 2006
Author: bcoudurier
Date: Wed Oct 4 15:13:07 2006
New Revision: 6551
Modified:
trunk/libavcodec/avcodec.h
Log:
change extradata type to uint8_t *
Modified: trunk/libavcodec/avcodec.h
==============================================================================
--- trunk/libavcodec/avcodec.h (original)
+++ trunk/libavcodec/avcodec.h Wed Oct 4 15:13:07 2006
@@ -741,7 +741,7 @@
* - encoding: set/allocated/freed by lavc.
* - decoding: set/allocated/freed by user.
*/
- void *extradata;
+ uint8_t *extradata;
int extradata_size;
/**
More information about the ffmpeg-cvslog
mailing list