| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index 24cbbe4079e530c980e1c076ff4c859136cff795..04e09c12178c6c267c998d1fe73815192b7453af 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -295,7 +295,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
|
|
| bool LastReceivedXrReferenceTimeInfo(RtcpReceiveTimeInfo* info) const;
|
|
|
| - virtual int32_t BoundingSet(bool& tmmbr_owner, TMMBRSet*& bounding_set_rec);
|
| + int32_t BoundingSet(bool* tmmbr_owner, TMMBRSet* bounding_set_rec);
|
|
|
| void BitrateSent(uint32_t* total_rate,
|
| uint32_t* video_rate,
|
|
|