Function avfilter_graph_alloc
pub unsafe extern "C" fn avfilter_graph_alloc() -> *mut AVFilterGraph
Expand description
Allocate a filter graph.
@return the allocated filter graph on success or NULL.
pub unsafe extern "C" fn avfilter_graph_alloc() -> *mut AVFilterGraph
Allocate a filter graph.
@return the allocated filter graph on success or NULL.