From 3c11be7fc2efc8a172a7dc91b330d58ee3bcfbc0 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 19 Apr 2006 20:46:07 +0000 Subject: [PATCH] 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 --- src/switch_core.c | 2 -- 1 file changed, 2 deletions(-) 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,