]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
tweak speex
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 13 Jul 2006 22:14:52 +0000 (22:14 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 13 Jul 2006 22:14:52 +0000 (22:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1871 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_speex/mod_speex.c

index a7921cc94d8dfc4fb37270a33e5a879b8eb096c4..97ead523efa75d738a6ed04aed00672c5b0d0bab 100644 (file)
@@ -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,