pub unsafe extern "C" fn ff_make_format_list(
fmts: *const c_int,
) -> *mut AVFilterFormats
Expand description
Create a list of supported formats. This is intended for use in AVFilter->query_formats().
@param fmts list of media formats, terminated by -1 @return the format list, with no existing references