pub unsafe extern "C" fn avfilter_config_links(
filter: *mut AVFilterContext,
) -> c_int
Expand description
Negotiate the media format, dimensions, etc of all inputs to a filter.
@param filter the filter to negotiate the properties for its inputs @return zero on successful negotiation