Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffprobe.c447 typedef struct WriterContext WriterContext; typedef
477 struct WriterContext { struct
482 void (* writer_w8)(WriterContext *wctx, int b); argument
483 void (* writer_put_str)(WriterContext *wctx, const char *str); argument
484 void (* writer_printf)(WriterContext *wctx, const char *fmt, ...); argument
486 char *name; ///< name of this writer instance
487 void *priv; ///< private data for use by the filter
489 const struct section *sections; ///< array containing all sections
513 WriterContext *wctx = p; in writer_get_name() argument