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 f09f18100cccbc7130edc5012a04f70e8ae398af..7ea07403a65f114674a890de851b701419803ad4 100644 |
--- a/webrtc/modules/rtp_rtcp/source/producer_fec.h |
+++ b/webrtc/modules/rtp_rtcp/source/producer_fec.h |
@@ -89,7 +89,7 @@ class ProducerFec { |
private: |
void DeleteMediaPackets(); |
int Overhead() const; |
- ForwardErrorCorrection fec_; |
+ std::unique_ptr<ForwardErrorCorrection> fec_; |
ForwardErrorCorrection::PacketList media_packets_; |
std::list<ForwardErrorCorrection::Packet*> generated_fec_packets_; |
int num_protected_frames_; |