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;