]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
It's been missing a break there for ~4 years and instead using the 8k max_ms values...
authorWilliam King <william.king@quentustech.com>
Sat, 25 May 2013 14:15:49 +0000 (07:15 -0700)
committerWilliam King <william.king@quentustech.com>
Sat, 25 May 2013 14:16:51 +0000 (07:16 -0700)
src/include/switch_loadable_module.h

index 9c5517282bf1379a7f20238a016f47c30c94c99d..e25b8afcec7f3e618769d5b7aedc9e8b2e1f344d 100644 (file)
@@ -414,6 +414,7 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void);
        case 12000:
                max_ms = 100;
                ptime_div = 2;
+               break;
        case 8000:
                max_ms = 120;
                ptime_div = 2;