Skip to content

Commit

Permalink
[core] Fixed missing traceBelatedTime initialization.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsharabayko committed Jun 26, 2024
1 parent 72303d7 commit b7c8050
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srtcore/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,7 @@ void srt::CUDT::clearData()

m_stats.tsLastSampleTime = steady_clock::now();
m_stats.traceReorderDistance = 0;
m_stats.traceBelatedTime = 0;
m_stats.sndDuration = m_stats.m_sndDurationTotal = 0;
}

Expand Down

0 comments on commit b7c8050

Please sign in to comment.