Makes treatment of received reports of packets lost signed.

Bug: webrtc:9598
Change-Id: I0f6ffe348585b8ec69753089652812da516d33d8
Reviewed-on: https://webrtc-review.googlesource.com/93021
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Reviewed-by: Magnus Flodman <mflodman@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24291}
This commit is contained in:
Sebastian Jansson
2018-08-09 11:21:11 +02:00
committed by Commit Bot
parent f3122e0efe
commit 9701e0ce2f
7 changed files with 11 additions and 13 deletions

View File

@ -193,7 +193,7 @@ struct RTCPReportBlock {
uint32_t sender_ssrc; // SSRC of sender of this report.
uint32_t source_ssrc; // SSRC of the RTP packet sender.
uint8_t fraction_lost;
uint32_t packets_lost; // 24 bits valid.
int32_t packets_lost; // 24 bits valid.
uint32_t extended_highest_sequence_number;
uint32_t jitter;
uint32_t last_sender_report_timestamp;