Function avfilter_inout_alloc
pub unsafe extern "C" fn avfilter_inout_alloc() -> *mut AVFilterInOut
Expand description
Allocate a single AVFilterInOut entry. Must be freed with avfilter_inout_free(). @return allocated AVFilterInOut on success, NULL on failure.