diff options
Diffstat (limited to 'src/libfaad/error.c')
-rw-r--r-- | src/libfaad/error.c | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/src/libfaad/error.c b/src/libfaad/error.c index 43af74fe7..bf832e740 100644 --- a/src/libfaad/error.c +++ b/src/libfaad/error.c @@ -22,7 +22,7 @@ ** Commercial non-GPL licensing of this software is possible. ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** -** $Id: error.c,v 1.5 2004/01/11 15:44:05 mroi Exp $ +** $Id: error.c,v 1.6 2004/01/26 22:34:10 jstembridge Exp $ **/ #include "common.h" @@ -41,12 +41,19 @@ int8_t *err_msg[] = { "Error decoding huffman scalefactor (bitstream error)", "Error decoding huffman codeword (bitstream error)", "Non existent huffman codebook number found", - "Maximum number of channels exceeded", + "Invalid number of channels", "Maximum number of bitstream elements exceeded", "Input data buffer too small", "Array index out of range", "Maximum number of scalefactor bands exceeded", "Quantised value out of range", - "LTP lag out of range" + "LTP lag out of range", + "Invalid SBR parameter decoded", + "SBR called without being initialised", + "Unexpected channel configuration change", + "Error in program_config_element", + "First SBR frame is not the same as first AAC frame", + "Unexpected fill element with SBR data", + "Not all elements were provided with SBR data" }; |