X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=122617a9f4209b38d1448dd73e51841aedeb72ac;hp=90a2fc9e32f2776ae281694a92a87fb0a5a55cdc;hb=741c19c2a25c5d9e165cb99f7ff512209b7bade6;hpb=30e8f0c610f0f3279475197e70e3be62af5cfcc9 diff --git a/error.h b/error.h index 90a2fc9e..122617a9 100644 --- a/error.h +++ b/error.h @@ -417,7 +417,8 @@ extern const char **para_errlist[]; PARA_ERROR(STSZ, "did not find stcz atom"), \ PARA_ERROR(MP4ASC, "audio spec config error"), \ PARA_ERROR(AAC_AFH_INIT, "failed to init aac decoder"), \ - + PARA_ERROR(MP4V2, "mp4v2 library error"), \ + PARA_ERROR(NO_AUDIO_TRACK, "file contains no valid audio track"), \ #define AAC_COMMON_ERRORS \ PARA_ERROR(ESDS, "did not find esds atom"), \ @@ -504,7 +505,6 @@ extern const char **para_errlist[]; PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \ PARA_ERROR(AAC_DECODE, "aac decode error"), \ - #define CHUNK_QUEUE_ERRORS \ PARA_ERROR(QUEUE, "packet queue overrun"), \