From: Anthony Minessale Date: Thu, 13 Jul 2006 22:14:52 +0000 (+0000) Subject: tweak speex X-Git-Tag: v1.0-beta1~2529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15c171d6c6ddd8dccd5d157bf51014cce0d0a2f;p=thirdparty%2Ffreeswitch.git tweak speex git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1871 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_speex/mod_speex.c b/src/mod/codecs/mod_speex/mod_speex.c index a7921cc94d..97ead523ef 100644 --- a/src/mod/codecs/mod_speex/mod_speex.c +++ b/src/mod/codecs/mod_speex/mod_speex.c @@ -269,7 +269,7 @@ static switch_status_t switch_speex_destroy(switch_codec_t *codec) /* Registration */ static const switch_codec_implementation_t speex_32k_implementation = { /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, - /*.ianacode */ 98, + /*.ianacode */ 102, /*.iananame */ "speex", /*.samples_per_second */ 32000, /*.bits_per_second */ 512000, @@ -288,7 +288,7 @@ static const switch_codec_implementation_t speex_32k_implementation = { static const switch_codec_implementation_t speex_16k_implementation = { /*.codec_type */ SWITCH_CODEC_TYPE_AUDIO, - /*.ianacode */ 98, + /*.ianacode */ 100, /*.iananame */ "speex", /*.samples_per_second */ 16000, /*.bits_per_second */ 256000,