Mercurial > libavformat.hg
changeset 4538:63c5b6f7d3f5 libavformat
av_alloc_format_context has been renamed, update AVFormatContext av_class
documentation accordingly.
Patch by avcoder: `gmail_address(ffmpeg)`
author | benoit |
---|---|
date | Wed, 18 Feb 2009 14:01:46 +0000 |
parents | 6e217e9ca23d |
children | 54fded221fb1 |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;