FS-11458: [core] Fix video timing.

This commit is contained in:
Andrey Volk 2018-10-13 02:24:31 +03:00
parent 0cb3ab9600
commit 9c18e272f9
1 changed files with 0 additions and 1 deletions

View File

@ -692,7 +692,6 @@ static switch_status_t timer_init(switch_timer_t *timer)
timer->start = switch_micro_time_now();
if (timer->interval == 1) {
runtime.microseconds_per_tick = 10000;
switch_mutex_lock(globals.mutex);
globals.timer_count++;
switch_mutex_unlock(globals.mutex);