| 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 465240e581702390183cfed0ee78f684a784e5ec..e59321ab9373aef774554cd3502ab69e76964359 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| @@ -67,9 +67,9 @@ class RTPSenderVideo {
|
| const uint8_t payloadTypeRED,
|
| const uint8_t payloadTypeFEC);
|
|
|
| - void GenericFECStatus(bool& enable,
|
| - uint8_t& payloadTypeRED,
|
| - uint8_t& payloadTypeFEC) const;
|
| + void GenericFECStatus(bool* enable,
|
| + uint8_t* payloadTypeRED,
|
| + uint8_t* payloadTypeFEC) const;
|
|
|
| void SetFecParameters(const FecProtectionParams* delta_params,
|
| const FecProtectionParams* key_params);
|
|
|