av_parse_cpu_flags

Parse CPU flags from a string.

The returned flags contain the specified flags as well as related unspecified flags.

This function exists only for compatibility with libav. Please use av_parse_cpu_caps() when possible. @return a combination of AV_CPU_* flags, negative on error.

extern (C) @nogc nothrow
int
av_parse_cpu_flags
(
const(char)* s
)

Meta