Function av_parse_cpu_caps

pub unsafe extern "C" fn av_parse_cpu_caps(
    flags: *mut u32,
    s: *const i8,
) -> i32
Expand description

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

@return negative on error.