Index: webrtc/call/video_receive_stream.h |
diff --git a/webrtc/call/video_receive_stream.h b/webrtc/call/video_receive_stream.h |
index 18e904d076489fdddf99b667d6f37dd90c163fb2..f5d393176f80d6a738fc97089890575f53f65df8 100644 |
--- a/webrtc/call/video_receive_stream.h |
+++ b/webrtc/call/video_receive_stream.h |
@@ -160,6 +160,11 @@ class VideoReceiveStream { |
NackConfig nack; |
// See UlpfecConfig for description. |
+ // TODO(nisse): UlpfecConfig includes the field red_rtx_payload_type, |
+ // which duplicates info in the rtx_associated_payload_types mapping. So |
+ // delete the use of UlpfecConfig here, and replace by the values which |
+ // make sense in this context, likely those are ulpfec_payload_type_ and |
+ // red_payload_type_. |
UlpfecConfig ulpfec; |
// SSRC for retransmissions. |