提交 84076d92 authored 作者: Brian West's avatar Brian West

white space cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7376 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 b28b6646
......@@ -87,14 +87,12 @@ static switch_status_t switch_ilbc_init(switch_codec_t *codec, switch_codec_flag
return SWITCH_STATUS_SUCCESS;
}
static switch_status_t switch_ilbc_destroy(switch_codec_t *codec)
{
codec->private_info = NULL;
return SWITCH_STATUS_SUCCESS;
}
static switch_status_t switch_ilbc_encode(switch_codec_t *codec,
switch_codec_t *other_codec,
void *decoded_data,
......@@ -179,7 +177,6 @@ static switch_status_t switch_ilbc_decode(switch_codec_t *codec,
return SWITCH_STATUS_SUCCESS;
}
/* Registration */
static switch_codec_implementation_t ilbc_8k_30ms_implementation = {
......@@ -225,8 +222,6 @@ static switch_codec_implementation_t ilbc_8k_20ms_implementation = {
/*.next */ &ilbc_8k_30ms_implementation
};
static switch_codec_implementation_t ilbc_102_8k_30ms_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 102,
......@@ -270,7 +265,6 @@ static switch_codec_implementation_t ilbc_102_8k_20ms_implementation = {
/*.next */ &ilbc_102_8k_30ms_implementation
};
static switch_codec_implementation_t ilbc_8k_20ms_nonext_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 97,
......@@ -303,7 +297,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_ilbc_load)
/* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS;
}
/* For Emacs:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论