Update/delete old TODOs
Bug: webrtc:10198 Change-Id: I226768c2a6bd97ffcd0638e5bc6a1c286b71815f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/267704 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37435}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
fb9fbdf395
commit
c8152fe4a8
@ -75,9 +75,6 @@ class ForwardErrorCorrection {
|
||||
};
|
||||
|
||||
// Used for the input to DecodeFec().
|
||||
//
|
||||
// TODO(nisse): Delete class, instead passing `is_fec` and `pkt` as separate
|
||||
// arguments.
|
||||
class ReceivedPacket : public SortablePacket {
|
||||
public:
|
||||
ReceivedPacket();
|
||||
|
||||
@ -151,8 +151,6 @@ class RtpRtcpRtxNackTest : public ::testing::Test {
|
||||
rtp_rtcp_module_->SetStartTimestamp(111111);
|
||||
|
||||
// Used for NACK processing.
|
||||
// TODO(nisse): Unclear on which side? It's confusing to use a
|
||||
// single rtp_rtcp module for both send and receive side.
|
||||
rtp_rtcp_module_->SetRemoteSSRC(kTestSsrc);
|
||||
|
||||
rtp_rtcp_module_->SetRtxSendPayloadType(kRtxPayloadType, kPayloadType);
|
||||
|
||||
Reference in New Issue
Block a user