[][src]Function stainless_ffmpeg_sys::avfilter_inout_alloc

pub unsafe extern "C" fn avfilter_inout_alloc() -> *mut AVFilterInOut

Allocate a single AVFilterInOut entry. Must be freed with avfilter_inout_free(). @return allocated AVFilterInOut on success, NULL on failure.