pub unsafe extern "C" fn avfilter_free(filter: *mut AVFilterContext)
Expand description

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

@param filter the filter to free