| Index: webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
|
| index e5b6064cccb521a44bb2876df44e8da62f40fe3b..faff58fff5a0abb35b9db3382cb8f50968b136f8 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/ulpfec_generator.h
|
| @@ -53,7 +53,7 @@ class UlpfecGenerator {
|
| size_t rtp_header_length,
|
| int red_payload_type);
|
|
|
| - void SetFecParameters(const FecProtectionParams* params);
|
| + void SetFecParameters(const FecProtectionParams& params);
|
|
|
| // Adds a media packet to the internal buffer. When enough media packets
|
| // have been added, the FEC packets are generated and stored internally.
|
|
|