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
This commit is contained in:
avcoder 2009-02-18 14:01:46 +00:00 committed by Benoit Fouet
parent 9392863d1b
commit 1447aac4be
1 changed files with 1 additions and 1 deletions

View File

@ -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;