Commit 5dc82144 authored by Anton Khirnov's avatar Anton Khirnov

lavf: add priv_class field to AVInputFormat.

parent 9bbd6a4c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment