提交 130d8c68 authored 作者: Anthony Minessale's avatar Anthony Minessale

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
上级 3c11be7f
......@@ -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++) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论