pub unsafe extern "C" fn aom_codec_error_detail(
    ctx: *const aom_codec_ctx_t
) -> *const c_char
Expand description

Retrieve detailed error information for codec context

Returns a human readable string providing detailed information about the last error. The returned string is only valid until the next aom_codec_* function call (except aom_codec_error and aom_codec_error_detail) on the codec context.

\param[in] ctx Pointer to this instance’s context.

\retval NULL No detailed information is available.