Home
last modified time | relevance | path

Searched defs:WriterContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/fftools/
Dffprobe.c423 typedef struct WriterContext WriterContext; typedef
453 struct WriterContext { struct
454 const AVClass *class; ///< class of the writer
455 const Writer *writer; ///< the Writer of which this is an instance
456 char *name; ///< name of this writer instance
457 void *priv; ///< private data for use by the filter
459 const struct section *sections; ///< array containing all sections
483 WriterContext *wctx = p; in writer_get_name() argument