···611 // When not missing frames but adjusting app time at these increments
612 dt->adjust_non_miss_ns = get_percent_of_time(estimated_frame_period_ns, 2);
613 // Extra margin that is added to app time.
614- dt->margin_ns = get_percent_of_time(estimated_frame_period_ns, 8);
615616 *out_uft = &dt->base;
617
···611 // When not missing frames but adjusting app time at these increments
612 dt->adjust_non_miss_ns = get_percent_of_time(estimated_frame_period_ns, 2);
613 // Extra margin that is added to app time.
614+ dt->margin_ns = U_TIME_1MS_IN_NS;
615616 *out_uft = &dt->base;
617