Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc

Issue 2947633003: Allow parsing empty RTCP TargetBitrate messages, but stop sending them. (Closed)
Patch Set: Add comment about using ToString only in tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
index b5e0d9a18ea4bc76d445762c65987c60becea78a..4a3235fffed61a1f88e3eee555dcca8f226ade5c 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.cc
@@ -121,6 +121,7 @@ RTCPReceiver::RTCPReceiver(
remote_ssrc_(0),
xr_rrtr_status_(false),
xr_rr_rtt_ms_(0),
+ oldest_tmmbr_info_ms_(0),
last_received_rr_ms_(0),
last_increased_sequence_number_ms_(0),
stats_callback_(nullptr),
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate_unittest.cc ('k') | webrtc/video/payload_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698