1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Refine code

This commit is contained in:
winlin 2020-07-27 18:33:49 +08:00
parent 975c24b24f
commit 58702086cc
4 changed files with 45 additions and 20 deletions

View file

@ -1506,7 +1506,6 @@ SrsRtcTrackDescription* SrsRtcStreamDescription::find_track_description_by_ssrc(
SrsRtcTrackStatistic::SrsRtcTrackStatistic()
{
last_written = 0;
packets = 0;
last_packets = 0;
bytes = 0;