| Index: webrtc/video/rtp_stream_receiver.h
|
| diff --git a/webrtc/video/rtp_stream_receiver.h b/webrtc/video/rtp_stream_receiver.h
|
| index d5513fb5182335cb66c29318779cd3dd3dee0b56..d47e962823e780aff068fffaf281a3e248ec2cc7 100644
|
| --- a/webrtc/video/rtp_stream_receiver.h
|
| +++ b/webrtc/video/rtp_stream_receiver.h
|
| @@ -103,6 +103,8 @@ class RtpStreamReceiver : public RtpData, public RtpFeedback {
|
|
|
| ReceiveStatistics* GetReceiveStatistics() const;
|
|
|
| + void DisableFec();
|
| +
|
| template <class T>
|
| class RegisterableCallback : public T {
|
| public:
|
|
|