[][src]Type Definition libaom_sys::aom_inspect_cb

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

Callback that inspects decoder frame data.