Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
index 2a2bf0df4b227a2ff9e02083ef4ee48324108d79..0094bd188aba75ab2eab6d7a49be9533d8497745 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc |
@@ -794,9 +794,9 @@ void ModuleRtpRtcpImpl::SetUlpfecConfig(int red_payload_type, |
rtp_sender_.SetUlpfecConfig(red_payload_type, ulpfec_payload_type); |
} |
-int32_t ModuleRtpRtcpImpl::SetFecParameters( |
- const FecProtectionParams* delta_params, |
- const FecProtectionParams* key_params) { |
+bool ModuleRtpRtcpImpl::SetFecParameters( |
+ const FecProtectionParams& delta_params, |
+ const FecProtectionParams& key_params) { |
return rtp_sender_.SetFecParameters(delta_params, key_params); |
} |