pub const AV1D_GET_MI_INFO: aom_dec_control_id = 295;
Expand description

Codec control function to get the info of a 4x4 block. Parameters: int mi_row, int mi_col, and MB_MODE_INFO*.

\note This only returns a shallow copy, so all pointer members should not be used.