| Index: webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| index b9794918c92bb696101f981115449bde135dab36..1e88ce897d3ced8692c8b6101602a69e71b86139 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_sender.h
|
| @@ -135,7 +135,7 @@ class RTCPSender {
|
|
|
| void SetMaxPayloadLength(size_t max_payload_length);
|
|
|
| - void SetTMMBN(const std::vector<rtcp::TmmbItem>* boundingSet);
|
| + void SetTmmbn(std::vector<rtcp::TmmbItem> bounding_set);
|
|
|
| int32_t SetApplicationSpecificData(uint8_t subType,
|
| uint32_t name,
|
|
|