Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(670)

Unified Diff: webrtc/video/rtp_stream_receiver.h

Issue 1964473002: Potential fix for rtx/red issue where red is removed only from the remote description. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698