| Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| index fac4d3a9d9ac1afb75c12263a8083998f7862ce8..4fe10c8a30ddb0368c210b416fd8aef6efa0a37e 100644
|
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| +++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h
|
| @@ -365,8 +365,7 @@ class RtpRtcp : public Module {
|
| *
|
| * return -1 on failure else 0
|
| */
|
| - virtual int32_t AddMixedCNAME(uint32_t SSRC,
|
| - const char cName[RTCP_CNAME_SIZE]) = 0;
|
| + virtual int32_t AddMixedCNAME(uint32_t SSRC, const char* c_name) = 0;
|
|
|
| /*
|
| * RemoveMixedCNAME
|
|
|