diff --git a/rtc_tools/event_log_visualizer/analyzer.cc b/rtc_tools/event_log_visualizer/analyzer.cc index 8d346f03e0..567276c829 100644 --- a/rtc_tools/event_log_visualizer/analyzer.cc +++ b/rtc_tools/event_log_visualizer/analyzer.cc @@ -1097,7 +1097,7 @@ void EventLogAnalyzer::CreateSendSideBweSimulationGraph(Plot* plot) { return static_cast(rtcp_iterator->log_time_us()); return std::numeric_limits::max(); }; - int64_t next_process_time_us_ = clock.TimeInMicroseconds(); + int64_t next_process_time_us_ = std::min({NextRtpTime(), NextRtcpTime()}); auto NextProcessTime = [&]() { if (rtcp_iterator != incoming_rtcp.end() ||