Function avfilter_get_by_name
pub unsafe extern "C" fn avfilter_get_by_name(
name: *const i8,
) -> *const AVFilter
Expand description
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.