X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=dabe82bff71380dca0fcb79d9c724f8b1b5ed3a6;hp=eda696274f812e6d7c4a723d48879b203da458a9;hb=cb26d94043cb3717aa3d27ff115cb73bbb555230;hpb=55f0f9461990455656bef7a36b0f963e3d676653 diff --git a/error.h b/error.h index eda69627..dabe82bf 100644 --- a/error.h +++ b/error.h @@ -193,11 +193,15 @@ 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"), \ #define AAC_COMMON_ERRORS \ - PARA_ERROR(AAC_OPEN, "NeAACDecOpen() failed"), \ PARA_ERROR(AAC_BUF, "invalid buffer"), \ + PARA_ERROR(ESDS, "did not find esds atom"), \ + PARA_ERROR(STCO, "did not find stco atom"), \ + #define OGG_ERRORS \ PARA_ERROR(OGG_READ, "ogg read error"), \ @@ -349,9 +353,6 @@ extern const char **para_errlist[]; #define AACDEC_ERRORS \ PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ - PARA_ERROR(ESDS, "did not find esds atom"), \ - PARA_ERROR(STSZ, "did not find stsz atom"), \ - PARA_ERROR(STCO, "did not find stco atom"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ /* these do not need error handling (yet) */