From: Anthony Minessale Date: Wed, 19 Apr 2006 20:47:35 +0000 (+0000) Subject: add yucky hacks to make googletalk work with ilbc (shame on them) X-Git-Tag: v1.0-beta1~2821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=130d8c68f0479a14c4a4089c58efd6fd6dbcee7f;p=thirdparty%2Ffreeswitch.git add yucky hacks to make googletalk work with ilbc (shame on them) git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1206 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_ilbc/mod_ilbc.c b/src/mod/codecs/mod_ilbc/mod_ilbc.c index 277e953913..0e1c94a810 100644 --- a/src/mod/codecs/mod_ilbc/mod_ilbc.c +++ b/src/mod/codecs/mod_ilbc/mod_ilbc.c @@ -161,7 +161,6 @@ static switch_status switch_ilbc_decode(switch_codec *codec, unsigned int new_len = 0; float buf[240]; - printf("WTF %d\n", encoded_data_len); for (x = 0; x < loops && new_len < *decoded_data_len; x++) { iLBC_decode(buf, edp, &context->decoder, 1); for(y = 0; y < context->dbytes / sizeof(short) ; y++) {