av_parse_cpu_caps

Parse CPU caps from a string and update the given AV_CPU_* flags based on that.

@return negative on error.

extern (C) @nogc nothrow
int
av_parse_cpu_caps
(
uint* flags
,
const(char)* s
)

Meta