跳到主要内容

av_match_list

搜索

函数 av_match_list 

源代码
pub unsafe extern "C" fn av_match_list(
    name: *const c_char,
    list: *const c_char,
    separator: c_char,
) -> c_int
展开描述

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.