Loading lib_enc/lib_enc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1348,6 +1348,7 @@ const char *IVAS_ENC_GetErrorMessage( case IVAS_ERR_INDEX_OUT_OF_BOUNDS: return "index out of bounds"; case IVAS_ERR_INTERNAL: case IVAS_ERR_INTERNAL_FATAL: return "internal error"; case IVAS_ERR_RECONFIGURE_NOT_SUPPORTED: return "reconfigure not supported"; Loading Loading
lib_enc/lib_enc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1348,6 +1348,7 @@ const char *IVAS_ENC_GetErrorMessage( case IVAS_ERR_INDEX_OUT_OF_BOUNDS: return "index out of bounds"; case IVAS_ERR_INTERNAL: case IVAS_ERR_INTERNAL_FATAL: return "internal error"; case IVAS_ERR_RECONFIGURE_NOT_SUPPORTED: return "reconfigure not supported"; Loading