跳到主要内容

avfilter_inout_alloc

搜索

函数 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.