X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=error.h;h=b08a31ec08f76a579b647c1dbd8566eebbd83ac5;hp=c4d9e5faa18e025f94bcb7ea5d4ad44320fc1139;hb=63ea5c449c9d944ffcfea2bba906ef42679fa996;hpb=40cbbb95e256e63e1e6958e9034311d4904604af diff --git a/error.h b/error.h index c4d9e5fa..b08a31ec 100644 --- a/error.h +++ b/error.h @@ -196,6 +196,7 @@ extern const char **para_errlist[]; PARA_ERROR(SIGNAL_READ, "read error from signal pipe"), \ PARA_ERROR(WAITPID, "waitpid error"), \ PARA_ERROR(SIGNAL_PIPE, "failed to setup signal pipe"), \ + PARA_ERROR(SIGNAL_CAUGHT, "caught signal"), \ #define STRING_ERRORS \ @@ -225,6 +226,7 @@ extern const char **para_errlist[]; 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 \