mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
fix 183 on exosip
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2364 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -207,7 +207,7 @@ static const switch_codec_implementation_t g711u_8k_60ms_implementation = {
|
||||
/*.decode */ switch_g711u_decode,
|
||||
/*.destroy */ switch_g711u_destroy
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
static const switch_codec_implementation_t g711u_8k_30ms_implementation = {
|
||||
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
|
||||
@@ -248,6 +248,7 @@ static const switch_codec_implementation_t g711u_16k_implementation = {
|
||||
/*.destroy */ switch_g711u_destroy,
|
||||
/*.next */ &g711u_8k_30ms_implementation
|
||||
};
|
||||
#endif
|
||||
|
||||
static const switch_codec_implementation_t g711u_8k_implementation = {
|
||||
/*.codec_type */ SWITCH_CODEC_TYPE_AUDIO,
|
||||
@@ -266,7 +267,7 @@ static const switch_codec_implementation_t g711u_8k_implementation = {
|
||||
/*.encode */ switch_g711u_encode,
|
||||
/*.decode */ switch_g711u_decode,
|
||||
/*.destroy */ switch_g711u_destroy,
|
||||
/*.next */ &g711u_16k_implementation
|
||||
///*.next */ &g711u_16k_implementation
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user