Type Definition libaom_sys::aom_inspect_cb[][src]

pub type aom_inspect_cb = Option<unsafe extern "C" fn(decoder: *mut c_void, ctx: *mut c_void)>;
Expand description

Callback that inspects decoder frame data.