It's been missing a break there for ~4 years and instead using the 8k max_ms values(the ptime_div value is the same).

This commit is contained in:
William King 2013-05-25 07:15:49 -07:00
parent f04842d4c8
commit 7d531c0966
1 changed files with 1 additions and 0 deletions

View 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;