Index: webrtc/modules/rtp_rtcp/source/producer_fec.h |
diff --git a/webrtc/modules/rtp_rtcp/source/producer_fec.h b/webrtc/modules/rtp_rtcp/source/producer_fec.h |
index 38ddcad7e89a16e305f805b4341c63afddc0caa2..4915899a18d54828dc66ee6fad11d2b259fbf46c 100644 |
--- a/webrtc/modules/rtp_rtcp/source/producer_fec.h |
+++ b/webrtc/modules/rtp_rtcp/source/producer_fec.h |
@@ -53,7 +53,7 @@ class ProducerFec { |
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. |