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

cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7379 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 a19d3f42
...@@ -252,7 +252,7 @@ static switch_codec_implementation_t g729_30ms_8k_implementation = { ...@@ -252,7 +252,7 @@ static switch_codec_implementation_t g729_30ms_8k_implementation = {
/*.encode */ switch_g729_encode, /*.encode */ switch_g729_encode,
/*.decode */ switch_g729_decode, /*.decode */ switch_g729_decode,
/*.destroy */ switch_g729_destroy, /*.destroy */ switch_g729_destroy,
&g729_40ms_8k_implementation /*.next */ &g729_40ms_8k_implementation
}; };
static switch_codec_implementation_t g729_10ms_8k_implementation = { static switch_codec_implementation_t g729_10ms_8k_implementation = {
...@@ -274,7 +274,7 @@ static switch_codec_implementation_t g729_10ms_8k_implementation = { ...@@ -274,7 +274,7 @@ static switch_codec_implementation_t g729_10ms_8k_implementation = {
/*.encode */ switch_g729_encode, /*.encode */ switch_g729_encode,
/*.decode */ switch_g729_decode, /*.decode */ switch_g729_decode,
/*.destroy */ switch_g729_destroy, /*.destroy */ switch_g729_destroy,
&g729_30ms_8k_implementation /*.next */ &g729_30ms_8k_implementation
}; };
static switch_codec_implementation_t g729_8k_implementation = { static switch_codec_implementation_t g729_8k_implementation = {
...@@ -296,7 +296,7 @@ static switch_codec_implementation_t g729_8k_implementation = { ...@@ -296,7 +296,7 @@ static switch_codec_implementation_t g729_8k_implementation = {
/*.encode */ switch_g729_encode, /*.encode */ switch_g729_encode,
/*.decode */ switch_g729_decode, /*.decode */ switch_g729_decode,
/*.destroy */ switch_g729_destroy, /*.destroy */ switch_g729_destroy,
&g729_10ms_8k_implementation /*.next */ &g729_10ms_8k_implementation
}; };
SWITCH_MODULE_LOAD_FUNCTION(mod_g729_load) SWITCH_MODULE_LOAD_FUNCTION(mod_g729_load)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论