Skip to content

Commit b7c8050

Browse files
committed
[core] Fixed missing traceBelatedTime initialization.
1 parent 72303d7 commit b7c8050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

srtcore/core.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,7 @@ void srt::CUDT::clearData()
929929

930930
m_stats.tsLastSampleTime = steady_clock::now();
931931
m_stats.traceReorderDistance = 0;
932+
m_stats.traceBelatedTime = 0;
932933
m_stats.sndDuration = m_stats.m_sndDurationTotal = 0;
933934
}
934935

0 commit comments

Comments
 (0)