提交 64e07112 authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4466 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 dd87fe73
...@@ -214,10 +214,10 @@ static switch_status_t switch_g729_decode(switch_codec_t *codec, ...@@ -214,10 +214,10 @@ static switch_status_t switch_g729_decode(switch_codec_t *codec,
} }
} }
} else { } //else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "yo this frame is an odd size [%d]\n", encoded_data_len); //switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "yo this frame is an odd size [%d]\n", encoded_data_len);
return SWITCH_STATUS_FALSE; //return SWITCH_STATUS_FALSE;
} //}
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
#endif #endif
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论