Now using a unique ID for CELT_ALLOC_FAIL
This commit is contained in:
parent
ece94a0475
commit
163b02eb8e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ extern "C" {
|
|||
/** An encoder or decoder structure is invalid or already freed */
|
||||
#define CELT_INVALID_STATE -6
|
||||
/** Memory allocation has failed */
|
||||
#define CELT_ALLOC_FAIL -6
|
||||
#define CELT_ALLOC_FAIL -7
|
||||
|
||||
/* Requests */
|
||||
#define CELT_GET_MODE_REQUEST 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue