[][src]Function ffmpeg_dev::sys::av_parse_cpu_caps

pub unsafe extern "C" fn av_parse_cpu_caps(
    flags: *mut c_uint,
    s: *const c_char
) -> c_int

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

@return negative on error.