Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h

Issue 2250633002: Cleanup RtcpReceiver::TMMBRReceived function (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
index 40d1220069ccadcbc807f985d8fb0357fd0ddae0..d9febae04b90e8f21bef2bc371c06e105fa1ce54 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
@@ -109,10 +109,8 @@ public:
const int64_t currentTimeMS);
// get
- int32_t GetTMMBRSet(const uint32_t sourceIdx,
- const uint32_t targetIdx,
- TMMBRSet* candidateSet,
- const int64_t currentTimeMS);
+ void GetTMMBRSet(int64_t current_time_ms,
+ std::vector<rtcp::TmmbItem>* candidates);
int64_t lastTimeReceived;

Powered by Google App Engine
This is Rietveld 408576698