X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=ee5bac349a089f92130eba44de2c6819949dbf87;hb=ec7b3fe515640fb32a0de5b5d9503e41b46d8a78;hp=92e501c67587947b736994d2e7875135b58c850f;hpb=79173335e569e0b2e9dec7cea719255dcc5362f2;p=paraslash.git diff --git a/error.h b/error.h index 92e501c6..ee5bac34 100644 --- 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,10 +55,6 @@ extern const char **para_errlist[]; PARA_ERROR(INCOHERENT_BLOCK_LEN, "incoherent block length"), \ -#define BITSTREAM_ERRORS \ - PARA_ERROR(BAD_CODES, "detected incorrect codes") - - #define IMDCT_ERRORS \ PARA_ERROR(FFT_BAD_PARAMS, "invalid params for fft"), \