Browse Source

lavf: add priv_class field to AVInputFormat.

tags/n0.8
Anton Khirnov 14 years ago
parent
commit
5dc8214420
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavformat/avformat.h

+ 2
- 0
libavformat/avformat.h 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;


Loading…
Cancel
Save