Index: webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h |
diff --git a/webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h b/webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h |
index 94eb3ac3d417b088914a708814ec04eae5d584a7..bd3a79dd7a06d719bb6adc39821b13a13e4c9854 100644 |
--- a/webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h |
+++ b/webrtc/modules/rtp_rtcp/source/fec_receiver_impl.h |
@@ -46,6 +46,7 @@ class FecReceiverImpl : public FecReceiver { |
ForwardErrorCorrection::RecoveredPacketList recovered_packets_; |
FecPacketCounter packet_counter_; |
}; |
+ |
philipel
2016/09/05 13:55:58
Oops?
brandtr
2016/09/05 14:38:48
Intended (for symmetry!) :)
Didn't make it to the
|
} // namespace webrtc |
#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_RECEIVER_IMPL_H_ |