]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - error.h
Add buffer tree support for the aacdec filter.
[paraslash.git] / error.h
diff --git a/error.h b/error.h
index 3817da133dc37446c021b17f2953b6fa6eb269f3..0a4916907828047d2fd743a3252b669fb3018eb9 100644 (file)
--- a/error.h
+++ b/error.h
@@ -427,6 +427,7 @@ extern const char **para_errlist[];
        PARA_ERROR(AACDEC_INIT, "failed to init aac decoder"), \
        PARA_ERROR(AAC_DECODE, "aac decode error"), \
        PARA_ERROR(AAC_OVERRUN, "aac output buffer overrun"), \
+       PARA_ERROR(AACDEC_EOF, "aacdec: end of file"), \
 
 
 #define CHUNK_QUEUE_ERRORS \