white space cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7376 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-01-27 02:47:02 +00:00
parent b28b664627
commit 84076d922a
1 changed files with 0 additions and 7 deletions

View File

@ -87,14 +87,12 @@ static switch_status_t switch_ilbc_init(switch_codec_t *codec, switch_codec_flag
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
static switch_status_t switch_ilbc_destroy(switch_codec_t *codec) static switch_status_t switch_ilbc_destroy(switch_codec_t *codec)
{ {
codec->private_info = NULL; codec->private_info = NULL;
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
static switch_status_t switch_ilbc_encode(switch_codec_t *codec, static switch_status_t switch_ilbc_encode(switch_codec_t *codec,
switch_codec_t *other_codec, switch_codec_t *other_codec,
void *decoded_data, void *decoded_data,
@ -179,7 +177,6 @@ static switch_status_t switch_ilbc_decode(switch_codec_t *codec,
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
/* Registration */ /* Registration */
static switch_codec_implementation_t ilbc_8k_30ms_implementation = { 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 /*.next */ &ilbc_8k_30ms_implementation
}; };
static switch_codec_implementation_t ilbc_102_8k_30ms_implementation = { static switch_codec_implementation_t ilbc_102_8k_30ms_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 102, /*.ianacode */ 102,
@ -270,7 +265,6 @@ static switch_codec_implementation_t ilbc_102_8k_20ms_implementation = {
/*.next */ &ilbc_102_8k_30ms_implementation /*.next */ &ilbc_102_8k_30ms_implementation
}; };
static switch_codec_implementation_t ilbc_8k_20ms_nonext_implementation = { static switch_codec_implementation_t ilbc_8k_20ms_nonext_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 97, /*.ianacode */ 97,
@ -303,7 +297,6 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_ilbc_load)
/* indicate that the module should continue to be loaded */ /* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
/* For Emacs: /* For Emacs: