Index: webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
index 6510dd9d183a1f2d5e7a7428fac5242d2ede93e9..fea0d94e9ee9193e0848d305a327542ddc00dbb5 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h |
@@ -63,8 +63,8 @@ class RTPSenderVideo { |
void SetUlpfecConfig(int red_payload_type, int ulpfec_payload_type); |
void UlpfecConfig(int* red_payload_type, int* ulpfec_payload_type) const; |
- void SetFecParameters(const FecProtectionParams* delta_params, |
- const FecProtectionParams* key_params); |
+ void SetFecParameters(const FecProtectionParams& delta_params, |
+ const FecProtectionParams& key_params); |
uint32_t VideoBitrateSent() const; |
uint32_t FecOverheadRate() const; |