]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
move bv16 so it doesn't use the same number as another codec in mod_voipcodecs
authorBrian West <brian@freeswitch.org>
Sat, 14 Nov 2009 11:51:25 +0000 (11:51 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 14 Nov 2009 11:51:25 +0000 (11:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15468 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_bv16/mod_bv16.c

index 9cd0d7af94d29a99a03c640e02e8975262a2e192..920e0105aa88a501e620263d5eb06f559359c1cf 100644 (file)
@@ -146,7 +146,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_bv16_load)
        switch_core_codec_add_implementation(pool,
                                                                                 codec_interface,
                                                                                 SWITCH_CODEC_TYPE_AUDIO,       /* enumeration defining the type of the codec */
-                                                                                126,                                           /* the IANA code number */
+                                                                                106,                                           /* the IANA code number */
                                                                                 "BV16",                                        /* the IANA code name */
                                                                                 NULL,                                          /* default fmtp to send (can be overridden by the init function) */
                                                                                 8000,                                          /* samples transferred per second */