mp3dec: Fix possible endless loop.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index a56faf544534557cf96e9e434acfa696a2bf7c3e..306546d6c89bfdd2ee80832ed4c71b655bdf7b05 100644 (file)
--- a/error.h
+++ b/error.h
@@ -318,6 +318,7 @@ extern const char **para_errlist[];
        PARA_ERROR(MAD_FRAME_DECODE, "mad frame decode error"), \
        PARA_ERROR(MP3DEC_SYNTAX, "syntax error in mp3dec config"), \
        PARA_ERROR(MP3DEC_EOF, "mp3dec: end of file"), \
+       PARA_ERROR(MP3DEC_CORRUPT, "too many corrupt frames"), \
 
 
 #define FILTER_ERRORS \