[Freeswitch-svn] [commit] r7376 - freeswitch/trunk/src/mod/codecs/mod_ilbc
Freeswitch SVN
brian at freeswitch.org
Sat Jan 26 21:47:02 EST 2008
Author: brian
Date: Sat Jan 26 21:47:02 2008
New Revision: 7376
Modified:
freeswitch/trunk/src/mod/codecs/mod_ilbc/mod_ilbc.c
Log:
white space cleanup
Modified: freeswitch/trunk/src/mod/codecs/mod_ilbc/mod_ilbc.c
==============================================================================
--- freeswitch/trunk/src/mod/codecs/mod_ilbc/mod_ilbc.c (original)
+++ freeswitch/trunk/src/mod/codecs/mod_ilbc/mod_ilbc.c Sat Jan 26 21:47:02 2008
@@ -87,14 +87,12 @@
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 @@
return SWITCH_STATUS_SUCCESS;
}
-
/* Registration */
static switch_codec_implementation_t ilbc_8k_30ms_implementation = {
@@ -225,8 +222,6 @@
/*.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 @@
/*.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 @@
/* indicate that the module should continue to be loaded */
return SWITCH_STATUS_SUCCESS;
-
}
/* For Emacs:
More information about the Freeswitch-svn
mailing list