Index: webrtc/modules/rtp_rtcp/include/fec_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/include/fec_receiver.h b/webrtc/modules/rtp_rtcp/include/fec_receiver.h |
index 453ede406b98ce827af7e9503d2d22a5f955ac63..debf2d7eeb019d0a57e0d61cf836a12d43dc01f5 100644 |
--- a/webrtc/modules/rtp_rtcp/include/fec_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/include/fec_receiver.h |
@@ -35,6 +35,9 @@ class FecReceiver { |
// Takes a RED packet, strips the RED header, and adds the resulting |
// "virtual" RTP packet(s) into the internal buffer. |
+ // |
+ // TODO(brandtr): Set |ulpfec_payload_type| during constructor call, |
+ // rather than as a parameter here. |
virtual int32_t AddReceivedRedPacket(const RTPHeader& rtp_header, |
const uint8_t* incoming_rtp_packet, |
size_t packet_length, |