| 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 f055bbe0012157a88d13099fbec2c9d616abf6d6..8cd47ed280d8af46d325e36e8ca38f3ba9cf993c 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -279,8 +279,8 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
|
|
| void SetUlpfecConfig(int red_payload_type, int ulpfec_payload_type) override;
|
|
|
| - int32_t SetFecParameters(const FecProtectionParams* delta_params,
|
| - const FecProtectionParams* key_params) override;
|
| + bool SetFecParameters(const FecProtectionParams& delta_params,
|
| + const FecProtectionParams& key_params) override;
|
|
|
| bool LastReceivedNTP(uint32_t* NTPsecs,
|
| uint32_t* NTPfrac,
|
|
|