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

Unified Diff: webrtc/common_types.h

Issue 2947633003: Allow parsing empty RTCP TargetBitrate messages, but stop sending them. (Closed)
Patch Set: Shotgun fix: missing initializer for unrelated member 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
« no previous file with comments | « no previous file | webrtc/common_types.cc » ('j') | webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 73a1c8340d62e93b65b3d0f4894583826c336705..af13e4fb3675906bfb120bd6bb14bf18e1a902c2 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -631,6 +631,7 @@ class BitrateAllocation {
inline bool operator!=(const BitrateAllocation& other) const {
return !(*this == other);
}
+ std::string ToString() const;
private:
uint32_t sum_;
« no previous file with comments | « no previous file | webrtc/common_types.cc » ('j') | webrtc/modules/rtp_rtcp/source/rtcp_packet/target_bitrate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698