From: Andrey Volk Date: Fri, 12 Oct 2018 23:24:31 +0000 (+0300) Subject: FS-11458: [core] Fix video timing. X-Git-Tag: v1.8.5~1^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c18e272f9f50c2ee3fe5dafd5d407103adf61ea;p=thirdparty%2Ffreeswitch.git FS-11458: [core] Fix video timing. --- diff --git a/src/switch_time.c b/src/switch_time.c index 2847158861..a90d1a863e 100644 --- a/src/switch_time.c +++ b/src/switch_time.c @@ -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);