X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=error.h;h=fd0213b21ced5874c35f2b6ef2735cab4baabfbd;hb=aa3c8a3f067dafda3e2f4c45b43e58246d0eb587;hp=3817da133dc37446c021b17f2953b6fa6eb269f3;hpb=1e012cf40238883621692051a22fb9c7cad5e944;p=paraslash.git diff --git a/error.h b/error.h index 3817da13..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 \ @@ -427,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 \