完善twcc rtcp包相关代码

This commit is contained in:
xiongziliang
2021-09-25 17:34:12 +08:00
parent 1f99708548
commit 305d9bc259
2 changed files with 3 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ map<uint16_t, std::pair<SymbolStatus, uint32_t/*stamp*/> > FCI_TWCC::getPacketCh
}
for (auto &pr : ret) {
CHECK(ptr <= end);
pr.second.second = 250 * getRecvDelta(pr.second.first, ptr, end);
pr.second.second = getRecvDelta(pr.second.first, ptr, end);
}
return ret;
}