提交 479a06bd authored 作者: William King's avatar William King

It's been missing a break there for ~4 years and instead using the 8k max_ms…

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).
上级 a4b8226c
...@@ -414,6 +414,7 @@ SWITCH_DECLARE(uint32_t) switch_core_codec_next_id(void); ...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论