Searched defs:ModPlugContext (Results 1 – 1 of 1) sorted by relevance
33 typedef struct ModPlugContext { struct34 const AVClass *class;35 ModPlugFile *f;36 uint8_t *buf; ///< input file content61 } ModPlugContext; argument