X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=732a5470c5c6f928131ec4721c6dbf90a5ddf3e2;hp=e1007fd31f64a9f47b1aa33055dadadff5f589fc;hb=095fc31c48324112a71602ba6975d9d33cf4378e;hpb=77aa550660c490ef33bc42f7185516708908d022 diff --git a/error.h b/error.h index e1007fd3..732a5470 100644 --- a/error.h +++ b/error.h @@ -274,11 +274,8 @@ extern const char **para_errlist[]; #define AAC_AFH_ERRORS \ - PARA_ERROR(AAC_REPOS, "aac repositioning error"), \ - PARA_ERROR(AAC_READ, "aac read error"), \ PARA_ERROR(STSZ, "did not find stcz atom"), \ PARA_ERROR(MP4ASC, "audio spec config error"), \ - PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \ #define AAC_COMMON_ERRORS \ @@ -445,6 +442,7 @@ extern const char **para_errlist[]; #define AACDEC_ERRORS \ PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ + PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \ /**