]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
wma: Move computation of mdct coefficients into a separate funcion.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index a99512fdb73816d22370f60f19501a884c5df3cf..ee5bac349a089f92130eba44de2c6819949dbf87 100644 (file)
--- a/error.h
+++ b/error.h
@@ -34,6 +34,7 @@ DEFINE_ERRLIST_OBJECT_ENUM;
 #define SERVER_COMMAND_LIST_ERRORS
 #define AFS_COMMAND_LIST_ERRORS
 #define AUDIOD_COMMAND_LIST_ERRORS
+#define BITSTREAM_ERRORS
 
 extern const char **para_errlist[];
 
@@ -54,11 +55,6 @@ extern const char **para_errlist[];
        PARA_ERROR(INCOHERENT_BLOCK_LEN, "incoherent block length"), \
 
 
-#define BITSTREAM_ERRORS \
-       PARA_ERROR(TABLE_ALLOC, "failed to allocate table"), \
-       PARA_ERROR(BAD_CODES, "detected incorrect codes")
-
-
 #define IMDCT_ERRORS \
        PARA_ERROR(FFT_BAD_PARAMS, "invalid params for fft"), \