pub type aom_dec_control_id = c_uint;
Expand description

\enum aom_dec_control_id AOM decoder control functions

This set of macros define the control functions available for the AOM decoder interface. The range for decoder control ID is >= 256.

\sa #aom_codec_control(aom_codec_ctx_t *ctx, int ctrl_id, …)