]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-11458: [core] Fix video timing.
authorAndrey Volk <andywolk@gmail.com>
Fri, 12 Oct 2018 23:24:31 +0000 (02:24 +0300)
committerAndrey Volk <andywolk@gmail.com>
Thu, 17 Jan 2019 08:51:10 +0000 (12:51 +0400)
src/switch_time.c

index 284715886142409e46ee239593f7689347a5a1d6..a90d1a863e7b2e2a82903d9e55df59c74e14f86e 100644 (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);