]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
60ms max
authorBrian West <brian@freeswitch.org>
Tue, 16 Dec 2008 23:46:49 +0000 (23:46 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 16 Dec 2008 23:46:49 +0000 (23:46 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10840 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/codecs/mod_siren/mod_siren.c

index 8dbe22c9cd413ab9953d3b7fbc985e6fc23c7548..29b8fd3e4106f02f0690988999f48bf0e4b41ac4 100644 (file)
@@ -147,7 +147,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load)
        SWITCH_ADD_CODEC(codec_interface, "Polycom(R) G722.1/G722.1C");
 
        spf = 320, bpf = 640;
-       for (count = 4; count > 0; count--) {
+       for (count = 3; count > 0; count--) {
                switch_core_codec_add_implementation(pool,
                                                                                         codec_interface,
                                                                                         SWITCH_CODEC_TYPE_AUDIO,       /* enumeration defining the type of the codec */
@@ -169,7 +169,7 @@ SWITCH_MODULE_LOAD_FUNCTION(mod_siren_load)
                                                                                         switch_siren_destroy);         /* deinitalize a codec handle using this implementation */
        }
        spf = 640, bpf = 1280;
-       for (count = 4; count > 0; count--) {
+       for (count = 3; count > 0; count--) {
                switch_core_codec_add_implementation(pool,
                                                                                         codec_interface,
                                                                                         SWITCH_CODEC_TYPE_AUDIO,       /* enumeration defining the type of the codec */