avfilter_get_by_name

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.

extern (C) @nogc nothrow
const(AVFilter)*
avfilter_get_by_name
(
const(char)* name
)

Meta