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

Unified Diff: webrtc/video_receive_stream.h

Issue 2469093003: Remove RED/RTX workaround from sender/receiver and VideoEngine2. (Closed)
Patch Set: Fix warning message. Created 4 years, 1 month 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
« no previous file with comments | « webrtc/video/video_send_stream_tests.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 7049afc48f35274eaf404d319abc1007f7c56252..848267fc49554b4347b7c97d9cb11ba58fbd22ae 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -152,11 +152,6 @@ class VideoReceiveStream {
typedef std::map<int, Rtx> RtxMap;
RtxMap rtx;
- // If set to true, the RTX payload type mapping supplied in |rtx| will be
- // used when restoring RTX packets. Without it, RTX packets will always be
- // restored to the last non-RTX packet payload type received.
- bool use_rtx_payload_mapping_on_restore = false;
-
// RTP header extensions used for the received stream.
std::vector<RtpExtension> extensions;
} rtp;
« no previous file with comments | « webrtc/video/video_send_stream_tests.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698