| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| index 5b2eb6647e06b8321cf5954c7d6e42574debb039..35db67c1047970dbc25f813947e42be9f8e214d5 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h
|
| @@ -11,7 +11,6 @@
|
| #ifndef WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_HELP_H_
|
| #define WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_HELP_H_
|
|
|
| -#include <list>
|
| #include <map>
|
| #include <memory>
|
| #include <vector>
|
| @@ -61,7 +60,7 @@ class RTCPPacketInformation {
|
| uint32_t rtcpPacketTypeFlags; // RTCPPacketTypeFlags bit field
|
| uint32_t remoteSSRC;
|
|
|
| - std::list<uint16_t> nackSequenceNumbers;
|
| + std::vector<uint16_t> nackSequenceNumbers;
|
|
|
| uint8_t applicationSubType;
|
| uint32_t applicationName;
|
|
|