av_match_list

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.

extern (C) @nogc nothrow
int
av_match_list
(
const(char)* name
,
const(char)* list
,)

Meta