From: Anthony Minessale Date: Wed, 19 Apr 2006 20:46:07 +0000 (+0000) Subject: add yucky hacks to make googletalk work with ilbc (shame on them) X-Git-Tag: v1.0-beta1~2822 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c11be7fc2efc8a172a7dc91b330d58ee3bcfbc0;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@1205 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index a247724ac1..013d244a65 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -1194,8 +1194,6 @@ SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_sessio if (need_codec) { if (frame->codec) { session->raw_write_frame.datalen = session->raw_write_frame.buflen; - printf("ASS %u\n", frame->datalen); - status = switch_core_codec_decode(frame->codec, session->write_codec, frame->data,