aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2020-06-26 11:37:27 +0200
committerCommit Bot <commit-bot@chromium.org>2020-06-26 12:11:42 +0000
commitd43c3788d782a88ff1db37fbac24cb0f9776ab0d (patch)
treec12d570f3d0690ed709c62c4c871e039716019ce /modules
parentc403081641a89853043ee3cd55ab1d04e2f4b47e (diff)
downloadwebrtc-d43c3788d782a88ff1db37fbac24cb0f9776ab0d.tar.gz
Delete old TODO item
Bug: webrtc:10198 Change-Id: I47fd6f78b6d5e888eb51e9004d12161cb13d27b7 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/178182 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31572}
Diffstat (limited to 'modules')
-rw-r--r--modules/rtp_rtcp/source/rtp_rtcp_impl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
index f372dbe0cd..add10fd328 100644
--- a/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
+++ b/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
@@ -718,7 +718,6 @@ void ModuleRtpRtcpImpl::SetRemoteSSRC(const uint32_t ssrc) {
rtcp_receiver_.SetRemoteSSRC(ssrc);
}
-// TODO(nisse): Delete video_rate amd fec_rate arguments.
void ModuleRtpRtcpImpl::BitrateSent(uint32_t* total_rate,
uint32_t* video_rate,
uint32_t* fec_rate,