aom_codec_dec_cfg_t

Type Alias aom_codec_dec_cfg_t 

Source
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: u32

Maximum number of threads to use, default 1

§w: u32

Width

§h: u32

Height

§allow_lowbitdepth: u32

Allow use of low-bitdepth coding path