X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=fd0213b21ced5874c35f2b6ef2735cab4baabfbd;hb=05492521d51352fa8c4f55b71b33e14656f0bd0d;hp=661602e2e39f7734400db51e5be92bb883e1e57e;hpb=5cf6f5f9fbef995c60a9a2e95bd049a0ee256404;p=paraslash.git diff --git a/error.h b/error.h index 661602e2..fd0213b2 100644 --- a/error.h +++ b/error.h @@ -61,6 +61,7 @@ extern const char **para_errlist[]; PARA_ERROR(WMA_BAD_SUPERFRAME, "invalid superframe"), \ PARA_ERROR(WMA_BLOCK_SIZE, "invalid block size"), \ PARA_ERROR(INCOHERENT_BLOCK_LEN, "incoherent block length"), \ + PARA_ERROR(WMADEC_EOF, "wmadec: end of file"), \ #define IMDCT_ERRORS \ @@ -286,6 +287,7 @@ extern const char **para_errlist[]; PARA_ERROR(OGGDEC_FAULT, "bug or heap/stack corruption"), \ PARA_ERROR(OGGDEC_BADLINK, "invalid stream section or requested link corrupt"), \ PARA_ERROR(OGGDEC_SYNTAX, "syntax error in oggdec config"), \ + PARA_ERROR(OGGDEC_EOF, "oggdec: end of file"), \ #define GRAB_CLIENT_ERRORS \ @@ -426,6 +428,7 @@ extern const char **para_errlist[]; PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \ + PARA_ERROR(AACDEC_EOF, "aacdec: end of file"), \ #define CHUNK_QUEUE_ERRORS \