# HG changeset patch # User benoit # Date 1234965706 0 # Node ID 63c5b6f7d3f54e90971999ed4d59cfe9d32f95d6 # Parent 6e217e9ca23d5e133141f372a62fdf036a73fa07 av_alloc_format_context has been renamed, update AVFormatContext av_class documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)` diff -r 6e217e9ca23d -r 63c5b6f7d3f5 avformat.h --- a/avformat.h Wed Feb 18 07:14:23 2009 +0000 +++ b/avformat.h Wed Feb 18 14:01:46 2009 +0000 @@ -535,7 +535,7 @@ * 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;