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; |