pub type aom_codec_dec_cfg_t = aom_codec_dec_cfg;Expand description
Initialization Configurations
This structure is used to pass init time configuration options to the decoder.
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: u32Maximum number of threads to use, default 1
w: u32Width
h: u32Height
allow_lowbitdepth: u32Allow use of low-bitdepth coding path