[][src]Function ffmpeg_dev::sys::ff_make_format_list

pub unsafe extern "C" fn ff_make_format_list(
    fmts: *const c_int
) -> *mut AVFilterFormats

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