white space cleanup
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7375 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
625c4a0a04
commit
b28b664627
|
@ -233,7 +233,6 @@ static switch_status_t switch_speex_decode(switch_codec_t *codec,
|
|||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
static switch_status_t switch_speex_destroy(switch_codec_t *codec)
|
||||
{
|
||||
int encoding, decoding;
|
||||
|
@ -305,7 +304,6 @@ static switch_codec_implementation_t speex_16k_implementation = {
|
|||
/*.next */ &speex_32k_implementation
|
||||
};
|
||||
|
||||
|
||||
static switch_codec_implementation_t speex_8k_60ms_implementation = {
|
||||
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
|
||||
/*.ianacode */ 98,
|
||||
|
@ -351,7 +349,6 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = {
|
|||
|
||||
};
|
||||
|
||||
|
||||
static switch_codec_implementation_t speex_8k_30ms_implementation = {
|
||||
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
|
||||
/*.ianacode */ 98,
|
||||
|
|
Loading…
Reference in New Issue