跳到主要内容

avfilter_free

搜索

函数 avfilter_free 

源代码
pub unsafe extern "C" fn avfilter_free(filter: *mut AVFilterContext)
展开描述

Free a filter context. This will also remove the filter from its filtergraph’s list of filters.

@param filter the filter to free