Index: webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
index 965a667304a8ebc02ab57fc0b455e2d6601f8298..78f06ebb2f6da860a2726b84d33cff110fc8fda9 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet.h |
@@ -38,8 +38,7 @@ class RawPacket; |
// |
// Fir fir; |
// fir.From(123); |
-// fir.To(234) |
-// fir.WithCommandSeqNum(123); |
+// fir.WithRequestTo(234, 123); |
åsapersson
2016/01/21 16:04:35
maybe change sequence number 123 to something else
danilchap
2016/01/21 16:48:12
Done.
|
// |
// size_t length = 0; // Builds an intra frame request |
// uint8_t packet[kPacketSize]; // with sequence number 123. |