| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
| index 5b42fa19718649f22392cd764c0fbe74a19077ee..7f5a1fef20e11737b7a48f4815fc4c7585615db1 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.cc
|
| @@ -1015,11 +1015,10 @@ bool RTCPSender::RtcpXrReceiverReferenceTime() const {
|
| }
|
|
|
| // no callbacks allowed inside this function
|
| -int32_t RTCPSender::SetTMMBN(const TMMBRSet* boundingSet,
|
| - uint32_t maxBitrateKbit) {
|
| +int32_t RTCPSender::SetTMMBN(const TMMBRSet* boundingSet) {
|
| CriticalSectionScoped lock(critical_section_rtcp_sender_.get());
|
|
|
| - if (0 == tmmbr_help_.SetTMMBRBoundingSetToSend(boundingSet, maxBitrateKbit)) {
|
| + if (0 == tmmbr_help_.SetTMMBRBoundingSetToSend(boundingSet)) {
|
| SetFlag(kRtcpTmmbn, true);
|
| return 0;
|
| }
|
|
|