pub unsafe extern "C" fn aom_codec_err_to_string(
    err: aom_codec_err_t
) -> *const c_char
Expand description

Convert error number to printable string

Returns a human readable string for the last error returned by the algorithm. The returned error will be one line and will not contain any newline characters.

\param[in] err Error number.