mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
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
a4b8226c89
commit
479a06bda6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user