| 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 2cb40e3397d77f8b1cb25f5169391d32400cdd40..56167eb6ebfc1ed7871c23e0dc017732054c653d 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 GetUlpfecConfig(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;
|
|
|