提交 5d54b812 authored 作者: Brian West's avatar Brian West

clarification

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2460 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 4c1a2e09
......@@ -196,12 +196,12 @@ static const switch_codec_implementation_t g723_1_60ms_implementation = {
};
#endif
static const switch_codec_interface_t g723_1_30ms_codec_interface = {
/*.interface_name */ "g723 6.3k",
/*.interface_name */ "g723.1 6.3k",
/*.implementations */ &g723_1_30ms_implementation,
};
#if 0
static const switch_codec_interface_t g723_1_60ms_codec_interface = {
/*.interface_name */ "g723 6.3k",
/*.interface_name */ "g723.1 6.3k",
/*.implementations */ &g723_1_60ms_implementation,
/*.next */ &g723_1_30ms_codec_interface
};
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论