[SCM] libav/experimental: av_alloc_format_context has been renamed, update AVFormatContext av_class documentation accordingly. Patch by avcoder: `gmail_address(ffmpeg)`
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:38:45 UTC 2013
The following commit has been merged in the experimental branch:
commit 1447aac4bed278e0e1abdf75ab2ff7aa6405ede6
Author: avcoder <ffmpeg at gmail.com>
Date: Wed Feb 18 14:01:46 2009 +0000
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
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 85eb9ea..3640808 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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list