From 163b02eb8e2434607fed2e4247a15c5f88e10b62 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 16 Oct 2009 21:32:52 -0400 Subject: [PATCH] Now using a unique ID for CELT_ALLOC_FAIL --- libcelt/celt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcelt/celt.h b/libcelt/celt.h index 6076ce35..05f75155 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