From 5dc8214420e4c48cdf48455329138db752d15cd0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Tue, 24 May 2011 07:27:19 +0200 Subject: lavf: add priv_class field to AVInputFormat. --- libavformat/avformat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 3d4cc68f89..c29f9baf4d 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; -- cgit v1.2.3