pub unsafe extern "C" fn ff_set_common_formats(
ctx: *mut AVFilterContext,
formats: *mut AVFilterFormats,
) -> c_int
Expand description
A helper for query_formats() which sets all links to the same list of formats. If there are no links hooked to this filter, the list of formats is freed.