Type Definition libaom_sys::aom_codec_ctx_t[][src]

pub type aom_codec_ctx_t = aom_codec_ctx;
Expand description

Codec context structure

All codecs \ref MUST support this context structure fully. In general, this data should be considered private to the codec algorithm, and not be manipulated or examined by the calling application. Applications may reference the ‘name’ member to get a printable description of the algorithm.