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

Unified Diff: webrtc/call/call.cc

Issue 2663063008: Remove unnecessary RTPHeaderParser, following https://codereview.webrtc.org/2659563002/ (Closed)
Patch Set: Created 3 years, 11 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/call/call.cc
diff --git a/webrtc/call/call.cc b/webrtc/call/call.cc
index 37b5c6a4fbf5fef7683d9b6eea3f6e08c1b7fff6..8ada2068d3c01230bc9939aee9ad207ef0e649b6 100644
--- a/webrtc/call/call.cc
+++ b/webrtc/call/call.cc
@@ -207,7 +207,7 @@ class Call : public webrtc::Call,
// extensions per SSRC instead, which leads to some storage overhead.
RtpHeaderExtensionMap extensions;
// Set if the RTCP feedback message needed for send side BWE was negotiated.
- bool transport_cc;
+ bool transport_cc = false;
nisse-webrtc 2017/02/01 14:50:17 Does style guide suggest always providing default
the sun 2017/02/01 15:12:06 I don't know. It's a habit that has saved me many
nisse-webrtc 2017/02/02 08:10:11 Ok.
};
std::map<uint32_t, ReceiveRtpConfig> receive_rtp_config_
GUARDED_BY(receive_crit_);
« webrtc/audio/audio_receive_stream.cc ('K') | « webrtc/audio/audio_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698