You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavf: add priv_class field to AVInputFormat.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user