From 1447aac4bed278e0e1abdf75ab2ff7aa6405ede6 Mon Sep 17 00:00:00 2001 From: avcoder Date: Wed, 18 Feb 2009 14:01:46 +0000 Subject: [PATCH] av_alloc_format_context has been renamed, update AVFormatContext av_class documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)` Originally committed as revision 17430 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 85eb9ea6ba..3640808765 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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;