| Index: webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc b/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc
|
| index cc448869662759d2c0c072927aac4721eae3bed7..808a4d0d786b1484784d3ae4b10ad65509c8305e 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/dlrr.cc
|
| @@ -32,6 +32,7 @@ namespace rtcp {
|
| // | SSRC_2 (SSRC of second receiver) | sub-
|
| // +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ block
|
| // : ... : 2
|
| +
|
| bool Dlrr::Parse(const uint8_t* buffer, uint16_t block_length_32bits) {
|
| RTC_DCHECK(buffer[0] == kBlockType);
|
| // kReserved = buffer[1];
|
|
|