Commit c88c6b36 authored by Gwenole Beauchesne's avatar Gwenole Beauchesne Committed by Austin Yuan

Add VA_STATUS_ERROR_UNIMPLEMENTATION string representation.

parent 0b59c605
......@@ -311,6 +311,8 @@ const char *vaErrorStr(VAStatus error_status)
return "invalid parameter";
case VA_STATUS_ERROR_RESOLUTION_NOT_SUPPORTED:
return "resolution not supported";
case VA_STATUS_ERROR_UNIMPLEMENTED:
return "the requested function is not implemented";
case VA_STATUS_ERROR_UNKNOWN:
return "unknown libva error";
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment