Function ffmpeg_sys_fframes::avfilter_graph_free
source ยท pub unsafe extern "C" fn avfilter_graph_free(
graph: *mut *mut AVFilterGraph,
)Expand description
Free a graph, destroy its links, and set *graph to NULL. If *graph is NULL, do nothing.