Added celt_encoder_ctl() and CELT_SET_COMPLEXITY

This commit is contained in:
Jean-Marc Valin 2008-09-30 07:36:54 -04:00
parent c591e1542a
commit c18fb1d031
4 changed files with 33 additions and 3 deletions

View file

@ -69,7 +69,7 @@ int celt_mode_info(const CELTMode *mode, int request, celt_int32_t *value)
*value = CELT_BITSTREAM_VERSION;
break;
default:
return CELT_BAD_ARG;
return CELT_BAD_REQUEST;
}
return CELT_OK;
}