Type Alias libaom_sys::aom_codec_flags_t

source ·
pub type aom_codec_flags_t = c_long;
Expand description

Initialization-time Feature Enabling

Certain codec features must be known at initialization time, to allow for proper memory allocation.

The available flags are specified by AOM_CODEC_USE_* defines.