提交 fd4c6fbf authored 作者: Brian West's avatar Brian West

its 6.4 not 6.3

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5094 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 da80e53f
...@@ -174,7 +174,7 @@ static const switch_codec_implementation_t g723_1_implementation = { ...@@ -174,7 +174,7 @@ static const switch_codec_implementation_t g723_1_implementation = {
/*.iananame */ "G723", /*.iananame */ "G723",
/*.fmtp */ NULL, /*.fmtp */ NULL,
/*.samples_per_second */ 8000, /*.samples_per_second */ 8000,
/*.bits_per_second */ 6300, /*.bits_per_second */ 6400,
/*.microseconds_per_frame */ 30000, /*.microseconds_per_frame */ 30000,
/*.samples_per_frame */ 240, /*.samples_per_frame */ 240,
/*.bytes_per_frame */ 480, /*.bytes_per_frame */ 480,
...@@ -189,7 +189,7 @@ static const switch_codec_implementation_t g723_1_implementation = { ...@@ -189,7 +189,7 @@ static const switch_codec_implementation_t g723_1_implementation = {
}; };
static const switch_codec_interface_t g723_1_codec_interface = { static const switch_codec_interface_t g723_1_codec_interface = {
/*.interface_name */ "g723.1 6.3k", /*.interface_name */ "g723.1 6.4k",
/*.implementations */ &g723_1_implementation, /*.implementations */ &g723_1_implementation,
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论