insuffient -> insufficient
This commit is contained in:
parent
0f1f28109f
commit
fb273eb72a
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ static const char *MediaStatusStr(const media_status_t rc)
|
|||
{
|
||||
switch (rc) {
|
||||
case AMEDIA_OK: return "no error";
|
||||
case AMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE: return "insuffient resources";
|
||||
case AMEDIACODEC_ERROR_INSUFFICIENT_RESOURCE: return "insufficient resources";
|
||||
case AMEDIACODEC_ERROR_RECLAIMED: return "reclaimed";
|
||||
case AMEDIA_ERROR_UNKNOWN: return "unknown error";
|
||||
case AMEDIA_ERROR_MALFORMED: return "malformed";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue