amp filter improvements.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 0a4916907828047d2fd743a3252b669fb3018eb9..1a2b3a4cecb350dbbdcae52c3c5029a7f2458ee8 100644 (file)
--- 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 \
@@ -105,6 +106,7 @@ extern const char **para_errlist[];
 
 #define AMP_FILTER_ERRORS \
        PARA_ERROR(AMP_SYNTAX, "syntax error in amp filter config"), \
+       PARA_ERROR(AMP_ZERO_AMP, "no amplification necessary"), \
 
 
 #define SEND_COMMON_ERRORS \