Function rsmpeg::ffi::av_parse_cpu_flags[][src]

pub unsafe extern "C" fn av_parse_cpu_flags(s: *const i8) -> i32
Expand description

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.