]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Introduce prepare_writer_node().
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 0a4916907828047d2fd743a3252b669fb3018eb9..08d6bd6e13da2ba04c9b2caa1f99f413887837ef 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 \
@@ -421,6 +423,7 @@ extern const char **para_errlist[];
 
 #define WRITE_COMMON_ERRORS \
        PARA_ERROR(WRITE_COMMON_SYNTAX, "syntax error in write option"), \
+       PARA_ERROR(WRITE_COMMON_EOF, "write: end of file"), \
 
 
 #define AACDEC_FILTER_ERRORS \