Chromium Code Reviews| Index: media/cast/net/rtcp/rtcp_utility.cc |
| diff --git a/media/cast/net/rtcp/rtcp_utility.cc b/media/cast/net/rtcp/rtcp_utility.cc |
| index 74af3a04fb45ab8b3998c185d80cafdcda4e49a4..33ac1b41c64023ce1b523d046f87d9d5e436f789 100644 |
| --- a/media/cast/net/rtcp/rtcp_utility.cc |
| +++ b/media/cast/net/rtcp/rtcp_utility.cc |
| @@ -291,6 +291,8 @@ bool RtcpParser::ParseFeedbackCommon(base::BigEndianReader* reader, |
| // Please note, this frame_id is still only 8-bit! |
| cast_message_.ack_frame_id = last_frame_id; |
| + cast_message_.missing_frames_and_packets.clear(); |
| + cast_message_.received_later_frames.clear(); |
|
xjz
2016/04/07 19:42:42
I think this line should be removed, as Cst2 chang
|
| for (size_t i = 0; i < number_of_lost_fields; i++) { |
| uint8_t frame_id; |
| uint16_t packet_id; |