| 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 03ed6000da51369bca5f85c976cbf8b80e1ba9d6..a1e79764180a4823435e9f797f9a991153b2e5e7 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h
|
| @@ -110,10 +110,10 @@ private:
|
| int32_t _retransmissionSettings GUARDED_BY(crit_);
|
|
|
| // FEC
|
| - ForwardErrorCorrection _fec;
|
| - bool _fecEnabled GUARDED_BY(crit_);
|
| - int8_t _payloadTypeRED GUARDED_BY(crit_);
|
| - int8_t _payloadTypeFEC GUARDED_BY(crit_);
|
| + ForwardErrorCorrection fec_;
|
| + bool fec_enabled_ GUARDED_BY(crit_);
|
| + int8_t red_payload_type_ GUARDED_BY(crit_);
|
| + int8_t fec_payload_type_ GUARDED_BY(crit_);
|
| FecProtectionParams delta_fec_params_ GUARDED_BY(crit_);
|
| FecProtectionParams key_fec_params_ GUARDED_BY(crit_);
|
| ProducerFec producer_fec_ GUARDED_BY(crit_);
|
|
|