跳到主要内容

avfilter_graph_dump

搜索

函数 avfilter_graph_dump 

源代码
pub unsafe extern "C" fn avfilter_graph_dump(
    graph: *mut AVFilterGraph,
    options: *const c_char,
) -> *mut c_char
展开描述

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