跳到主要内容

avfilter_get_by_name

搜索

函数 avfilter_get_by_name 

源代码
pub unsafe extern "C" fn avfilter_get_by_name(
    name: *const c_char,
) -> *const AVFilter
展开描述

Get a filter definition matching the given name.

@param name the filter name to find @return the filter definition, if any matching one is registered. NULL if none found.