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 c705b3b2bb7b5d11e1e44d8de1d6708b6dbc1c0b..0857f2988c2200bf66b60f0c140b53e1d0fbc636 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; |