Function av_parse_cpu_caps

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

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

@return negative on error.