Searched defs:WriterContext (Results 1 – 1 of 1) sorted by relevance
423 typedef struct WriterContext WriterContext; typedef453 struct WriterContext { struct454 const AVClass *class; ///< class of the writer455 const Writer *writer; ///< the Writer of which this is an instance456 char *name; ///< name of this writer instance457 void *priv; ///< private data for use by the filter459 const struct section *sections; ///< array containing all sections483 WriterContext *wctx = p; in writer_get_name() argument