[FFmpeg-cvslog] lavf: add priv_class field to AVInputFormat.
Anton Khirnov
git at videolan.org
Thu May 26 03:32:20 CEST 2011
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue May 24 07:27:19 2011 +0200| [5dc8214420e4c48cdf48455329138db752d15cd0] | committer: Anton Khirnov
lavf: add priv_class field to AVInputFormat.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5dc8214420e4c48cdf48455329138db752d15cd0
---
libavformat/avformat.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3d4cc68..c29f9ba 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -425,6 +425,8 @@ typedef struct AVInputFormat {
const AVMetadataConv *metadata_conv;
#endif
+ const AVClass *priv_class; ///< AVClass for the private context
+
/* private fields */
struct AVInputFormat *next;
} AVInputFormat;
More information about the ffmpeg-cvslog
mailing list