From: Brian West Date: Tue, 16 Dec 2008 23:46:49 +0000 (+0000) Subject: 60ms max X-Git-Tag: v1.0.2~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87bd8a96f25fe17391d4f6e73a213516add68a18;p=thirdparty%2Ffreeswitch.git 60ms max git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10840 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/codecs/mod_siren/mod_siren.c b/src/mod/codecs/mod_siren/mod_siren.c index 8dbe22c9cd..29b8fd3e41 100644 --- a/src/mod/codecs/mod_siren/mod_siren.c +++ b/src/mod/codecs/mod_siren/mod_siren.c @@ -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 */