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 a4b8226c89
commit 479a06bda6
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: case 12000:
max_ms = 100; max_ms = 100;
ptime_div = 2; ptime_div = 2;
break;
case 8000: case 8000:
max_ms = 120; max_ms = 120;
ptime_div = 2; ptime_div = 2;