Add btr support to the oggdec filter.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 92039f647f9d87c8a052c73eb44e40d007152ccb..3817da133dc37446c021b17f2953b6fa6eb269f3 100644 (file)
--- a/error.h
+++ b/error.h
@@ -69,6 +69,7 @@ extern const char **para_errlist[];
 
 #define PREBUFFER_FILTER_ERRORS \
        PARA_ERROR(PREBUFFER_SYNTAX, "syntax error in prebuffer filter config"), \
+       PARA_ERROR(PREBUFFER_SUCCESS, "prebuffering complete"), \
 
 
 #define OSS_WRITE_ERRORS \
@@ -83,6 +84,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 \
@@ -283,6 +286,7 @@ extern const char **para_errlist[];
        PARA_ERROR(OGGDEC_FAULT, "bug or heap/stack corruption"), \
        PARA_ERROR(OGGDEC_BADLINK, "invalid stream section or requested link corrupt"), \
        PARA_ERROR(OGGDEC_SYNTAX, "syntax error in oggdec config"), \
+       PARA_ERROR(OGGDEC_EOF, "oggdec: end of file"), \
 
 
 #define GRAB_CLIENT_ERRORS \