]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add yucky hacks to make googletalk work with ilbc (shame on them)
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 19 Apr 2006 20:46:07 +0000 (20:46 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 19 Apr 2006 20:46:07 +0000 (20:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1205 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index a247724ac158a014661061da358fcce3a18e2118..013d244a659736eee6348a6a1a498c6fc94bbbb8 100644 (file)
@@ -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,