Function rsmpeg::ffi::av_match_list[][src]

pub unsafe extern "C" fn av_match_list(
    name: *const i8,
    list: *const i8,
    separator: i8
) -> i32
Expand description

Check if a name is in a list. @returns 0 if not found, or the 1 based index where it has been found in the list.