av_match_ext

Return a positive value if the given filename has one of the given extensions, 0 otherwise.

@param filename file name to check against the given extensions @param extensions a comma-separated list of filename extensions

extern (C) @nogc nothrow
int
av_match_ext
(
const(char)* filename
,
const(char)* extensions
)

Meta