Index: webrtc/video/rtp_stream_receiver.h |
diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h |
index 0a3b3159a1b1d7e90306b6fbf1c5fd24a08889a1..7f0f3722e935e372cd2b56686c0fab53b133cdd4 100644 |
--- a/webrtc/video/rtp_stream_receiver.h |
+++ b/webrtc/video/rtp_stream_receiver.h |
@@ -126,6 +126,7 @@ class RtpStreamReceiver : public RtpData, public RtpFeedback, |
bool IsPacketRetransmitted(const RTPHeader& header, bool in_order) const; |
void UpdateHistograms(); |
void EnableReceiveRtpHeaderExtension(const std::string& extension, int id); |
+ bool IsRedEnabled() const; |
Clock* const clock_; |
// Ownership of this object lies with VideoReceiveStream, which owns |this|. |