From 6f0e96a431295717233408f3439fd3b55c383891 Mon Sep 17 00:00:00 2001 From: jm Date: Tue, 15 Mar 2005 05:18:02 +0000 Subject: Merged a modified version of Jamey Hicks' C55 patch, fixed a long-standing fixed-point wideband overflow. Replaced some "+" and "-" with ADD() and SUB(). git-svn-id: http://svn.xiph.org/trunk/speex@9076 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- libspeex/speex_callbacks.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libspeex/speex_callbacks.c') diff --git a/libspeex/speex_callbacks.c b/libspeex/speex_callbacks.c index a1d4a30..0b99188 100644 --- a/libspeex/speex_callbacks.c +++ b/libspeex/speex_callbacks.c @@ -125,6 +125,7 @@ int speex_std_char_handler(SpeexBits *bits, void *state, void *data) unsigned char ch; ch = speex_bits_unpack_unsigned(bits, 8); _speex_putc(ch, data); + /*printf("speex_std_char_handler ch=%x\n", ch);*/ return 0; } -- cgit v1.2.3