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

Unified Diff: webrtc/video/video_receive_stream.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/video_receive_stream.h
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
index a82ccd7c7842746ad36bdb3a49c206214935a91b..eb911d25790d6afc16082ad3d643f77653ee8ae9 100644
--- a/webrtc/video/video_receive_stream.h
+++ b/webrtc/video/video_receive_stream.h
@@ -87,6 +87,8 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
// KeyFrameRequestSender
void RequestKeyFrame() override;
+ void DisableFec() override;
+
private:
static bool DecodeThreadFunction(void* ptr);
void Decode();

Powered by Google App Engine
This is Rietveld 408576698