Go to the source code of this file.
Defines | |
#define | BPRINTF(...) cur += snprintf(cur, buf_end - FFMIN(cur, buf_end), __VA_ARGS__) |
#define | BPAD(c, l) |
Functions | |
static int | snprint_link_prop (char *buf, char *buf_end, AVFilterLink *link) |
static size_t | avfilter_graph_dump_to_buf (AVFilterGraph *graph, char *buf, char *buf_end) |
char * | avfilter_graph_dump (AVFilterGraph *graph, const char *options) |
Dump a graph into a human-readable string representation. |
Definition at line 31 of file graphdump.c.
Referenced by avfilter_graph_dump_to_buf().
Definition at line 28 of file graphdump.c.
Referenced by avfilter_graph_dump_to_buf(), and snprint_link_prop().
char* avfilter_graph_dump | ( | AVFilterGraph * | graph, |
const char * | options | ||
) |
Dump a graph into a human-readable string representation.
graph | the graph to dump |
options | formatting options; currently ignored |
Definition at line 163 of file graphdump.c.
Referenced by lavfi_read_header().
static size_t avfilter_graph_dump_to_buf | ( | AVFilterGraph * | graph, |
char * | buf, | ||
char * | buf_end | ||
) | [static] |
Definition at line 66 of file graphdump.c.
Referenced by avfilter_graph_dump().
static int snprint_link_prop | ( | char * | buf, |
char * | buf_end, | ||
AVFilterLink * | link | ||
) | [static] |
Definition at line 36 of file graphdump.c.
Referenced by avfilter_graph_dump_to_buf().