From e1ece5e2eb68c81b1645c9ff989c833c4d67dfd8 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 24 Sep 2004 17:31:36 +0000 Subject: Update FAAD to a 2.1 beta CVS snapshot from 2004.07.12. patch by adland git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13454 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libfaad2/error.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'libfaad2/error.c') diff --git a/libfaad2/error.c b/libfaad2/error.c index d6eab70305..295e9dae6f 100644 --- a/libfaad2/error.c +++ b/libfaad2/error.c @@ -23,19 +23,19 @@ ** For more info contact Ahead Software through Mpeg4AAClicense@nero.com. ** ** Initially modified for use with MPlayer by Arpad Gereöffy on 2003/08/30 -** $Id: error.c,v 1.2 2004/06/02 22:59:02 diego Exp $ +** $Id: error.c,v 1.3 2004/06/23 13:50:49 diego Exp $ ** detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ **/ #include "common.h" #include "error.h" -int8_t *err_msg[] = { +char *err_msg[] = { "No error", "Gain control not yet implemented", "Pulse coding not allowed in short blocks", "Invalid huffman codebook", - "Negative scalefactor found, should be impossible", + "Scalefactor out of range", "Unable to find ADTS syncword", "Channel coupling not yet implemented", "Channel configuration not allowed in error resilient frame", @@ -56,6 +56,8 @@ int8_t *err_msg[] = { "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" + "Not all elements were provided with SBR data", + "LTP decoding not available", + "Output data buffer too small" }; -- cgit v1.2.3