Type Alias libaom_sys::aom_codec_caps_t

source ·
pub type aom_codec_caps_t = c_long;
Expand description

Codec capabilities bitfield

Each codec advertises the capabilities it supports as part of its ::aom_codec_iface_t interface structure. Capabilities are extra interfaces or functionality, and are not required to be supported.

The available flags are specified by AOM_CODEC_CAP_* defines.