avfilter_graph_dump

Dump a graph into a human-readable string representation.

@param graph the graph to dump @param options formatting options; currently ignored @return a string, or NULL in case of memory allocation failure; the string must be freed using av_free

@nogc nothrow extern (C)
char*
avfilter_graph_dump
(,
const char* options
)

Meta