提交 b28b6646 authored 作者: Brian West's avatar Brian West

white space cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7375 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 625c4a0a
...@@ -233,7 +233,6 @@ static switch_status_t switch_speex_decode(switch_codec_t *codec, ...@@ -233,7 +233,6 @@ static switch_status_t switch_speex_decode(switch_codec_t *codec,
return SWITCH_STATUS_SUCCESS; return SWITCH_STATUS_SUCCESS;
} }
static switch_status_t switch_speex_destroy(switch_codec_t *codec) static switch_status_t switch_speex_destroy(switch_codec_t *codec)
{ {
int encoding, decoding; int encoding, decoding;
...@@ -305,7 +304,6 @@ static switch_codec_implementation_t speex_16k_implementation = { ...@@ -305,7 +304,6 @@ static switch_codec_implementation_t speex_16k_implementation = {
/*.next */ &speex_32k_implementation /*.next */ &speex_32k_implementation
}; };
static switch_codec_implementation_t speex_8k_60ms_implementation = { static switch_codec_implementation_t speex_8k_60ms_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 98, /*.ianacode */ 98,
...@@ -351,7 +349,6 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = { ...@@ -351,7 +349,6 @@ static switch_codec_implementation_t speex_8k_40ms_implementation = {
}; };
static switch_codec_implementation_t speex_8k_30ms_implementation = { static switch_codec_implementation_t speex_8k_30ms_implementation = {
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
/*.ianacode */ 98, /*.ianacode */ 98,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论