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:
parent
f04842d4c8
commit
7d531c0966
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue