提交 9c18e272 authored 作者: Andrey Volk's avatar Andrey Volk

FS-11458: [core] Fix video timing.

上级 0cb3ab96
...@@ -692,7 +692,6 @@ static switch_status_t timer_init(switch_timer_t *timer) ...@@ -692,7 +692,6 @@ static switch_status_t timer_init(switch_timer_t *timer)
timer->start = switch_micro_time_now(); timer->start = switch_micro_time_now();
if (timer->interval == 1) { if (timer->interval == 1) {
runtime.microseconds_per_tick = 10000;
switch_mutex_lock(globals.mutex); switch_mutex_lock(globals.mutex);
globals.timer_count++; globals.timer_count++;
switch_mutex_unlock(globals.mutex); switch_mutex_unlock(globals.mutex);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论