跳到主要内容

avfilter_graph_free

搜索

函数 avfilter_graph_free 

源代码
pub unsafe extern "C" fn avfilter_graph_free(
    graph: *mut *mut AVFilterGraph,
)
展开描述

Free a graph, destroy its links, and set *graph to NULL. If *graph is NULL, do nothing.