pub type aom_codec_dec_cfg_t = aom_codec_dec_cfg;Aliased Type§
#[repr(C)]pub struct aom_codec_dec_cfg_t {
pub threads: u32,
pub w: u32,
pub h: u32,
pub allow_lowbitdepth: u32,
}Fields§
§threads: u32§w: u32§h: u32§allow_lowbitdepth: u32