Function rsmpeg::ffi::av_get_cpu_flags[][src]

pub unsafe extern "C" fn av_get_cpu_flags() -> i32
Expand description

Return the flags which specify extensions supported by the CPU. The returned value is affected by av_force_cpu_flags() if that was used before. So av_get_cpu_flags() can easily be used in an application to detect the enabled cpu flags.