Function rsmpeg::ffi::avfilter_graph_dump[][src]

pub unsafe extern "C" fn avfilter_graph_dump(
    graph: *mut AVFilterGraph,
    options: *const i8
) -> *mut i8
Expand description

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