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

Unified Diff: webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h

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_packet/target_bitrate.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h b/webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h
index d3f672a1924f707fbe30d955b5ac091f32cc40a6..d7c49a9a442b0b7514b07bd7dfe595292b0d017f 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.h
@@ -45,7 +45,7 @@ class TargetBitrate {
const std::vector<BitrateItem>& GetTargetBitrates() const;
- bool Parse(const uint8_t* block, uint16_t block_length);
+ void Parse(const uint8_t* block, uint16_t block_length);
size_t BlockLength() const;

Powered by Google App Engine
This is Rietveld 408576698