[][src]Type Definition libaom_sys::aom_codec_ctx_t

type aom_codec_ctx_t = aom_codec_ctx;

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.