diff options
Diffstat (limited to 'src/libfaad/error.c')
-rw-r--r-- | src/libfaad/error.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/libfaad/error.c b/src/libfaad/error.c index 8b31c01fc..2e766f64e 100644 --- a/src/libfaad/error.c +++ b/src/libfaad/error.c @@ -16,13 +16,13 @@ ** along with this program; if not, write to the Free Software ** Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ** -** $Id: error.c,v 1.1 2002/07/14 23:43:01 miguelfreitas Exp $ +** $Id: error.c,v 1.2 2002/12/16 19:00:01 miguelfreitas Exp $ **/ #include "common.h" #include "error.h" -extern uint8_t *err_msg[] = { +extern int8_t *err_msg[] = { "No error", "Gain control not yet implemented", "Pulse coding not allowed in short blocks", @@ -34,5 +34,7 @@ extern uint8_t *err_msg[] = { "Bit error in error resilient scalefactor decoding", "Error decoding huffman scalefactor (bitstream error)", "Error decoding huffman codeword (bitstream error)", - "Non existent huffman codebook number found" + "Non existent huffman codebook number found", + "Maximum number of channels exceeded", + "Maximum number of bitstream elements exceeded" };
\ No newline at end of file |