lavf: add priv_class field to AVInputFormat.

This commit is contained in:
Anton Khirnov 2011-05-24 07:27:19 +02:00
parent 9bbd6a4cd8
commit 5dc8214420
1 changed files with 2 additions and 0 deletions

View File

@ -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;