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; |