lavf: add priv_class field to AVInputFormat.
This commit is contained in:
@ -425,6 +425,8 @@ typedef struct AVInputFormat {
|
|||||||
const AVMetadataConv *metadata_conv;
|
const AVMetadataConv *metadata_conv;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
const AVClass *priv_class; ///< AVClass for the private context
|
||||||
|
|
||||||
/* private fields */
|
/* private fields */
|
||||||
struct AVInputFormat *next;
|
struct AVInputFormat *next;
|
||||||
} AVInputFormat;
|
} AVInputFormat;
|
||||||
|
Reference in New Issue
Block a user