[FFmpeg-cvslog] r17430 - trunk/libavformat/avformat.h
benoit
subversion
Wed Feb 18 15:01:46 CET 2009
Author: benoit
Date: Wed Feb 18 15:01:46 2009
New Revision: 17430
Log:
av_alloc_format_context has been renamed, update AVFormatContext av_class
documentation accordingly.
Patch by avcoder: `gmail_adress(ffmpeg)`
Modified:
trunk/libavformat/avformat.h
Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h Wed Feb 18 12:57:11 2009 (r17429)
+++ trunk/libavformat/avformat.h Wed Feb 18 15:01:46 2009 (r17430)
@@ -535,7 +535,7 @@ typedef struct AVChapter {
* sizeof(AVFormatContext) must not be used outside libav*.
*/
typedef struct AVFormatContext {
- const AVClass *av_class; /**< Set by av_alloc_format_context. */
+ const AVClass *av_class; /**< Set by avformat_alloc_context. */
/* Can only be iformat or oformat, not both at the same time. */
struct AVInputFormat *iformat;
struct AVOutputFormat *oformat;
More information about the ffmpeg-cvslog
mailing list