lavf: add priv_class field to AVInputFormat.

pull/2/head
Anton Khirnov 14 years ago
parent 9bbd6a4cd8
commit 5dc8214420
  1. 2
      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;

Loading…
Cancel
Save