Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-10-17 05:32:52 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2009-10-17 05:32:52 +0400
commit163b02eb8e2434607fed2e4247a15c5f88e10b62 (patch)
treefb8dedbdc795c3b2a51ff1aff98c888d9484f11b
parentece94a04759369097bdbec44c282d1beffe3b026 (diff)
Now using a unique ID for CELT_ALLOC_FAIL
-rw-r--r--libcelt/celt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcelt/celt.h b/libcelt/celt.h
index 6076ce3..05f7515 100644
--- a/libcelt/celt.h
+++ b/libcelt/celt.h
@@ -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