| 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 68b88ffef88cea68bf9d656911e4b317cb692f40..96eee96c0f6fe4bf29bbb2a53b29796271c638cf 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -144,8 +144,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp {
|
| uint32_t* rtcp_arrival_time_frac,
|
| uint32_t* rtcp_timestamp) const override;
|
|
|
| - int32_t AddMixedCNAME(uint32_t ssrc,
|
| - const char c_name[RTCP_CNAME_SIZE]) override;
|
| + int32_t AddMixedCNAME(uint32_t ssrc, const char* c_name) override;
|
|
|
| int32_t RemoveMixedCNAME(uint32_t ssrc) override;
|
|
|
|
|