]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Add btr support for the wav filter.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 92039f647f9d87c8a052c73eb44e40d007152ccb..9d0283d1137749e623daf2429fa77bd14b8a0fc9 100644 (file)
--- a/error.h
+++ b/error.h
@@ -83,6 +83,8 @@ extern const char **para_errlist[];
 
 #define WAV_FILTER_ERRORS \
        PARA_ERROR(WAV_BAD_FC, "invalid filter chain configuration"), \
+       PARA_ERROR(WAV_EOF, "wav filter: end of file"), \
+       PARA_ERROR(WAV_SUCCESS, "successfully wrote wav header"), \
 
 
 #define FEC_ERRORS \