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

Unified Diff: media/cast/cast_config.cc

Issue 147993010: Cast: end2end bug fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable (some) tests on win Created 6 years, 10 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: media/cast/cast_config.cc
diff --git a/media/cast/cast_config.cc b/media/cast/cast_config.cc
index 59655cf0b976c65286a7b27f0649ae0432cc82c2..85231407ad4fa915b58e40c0206e85bcd9516acf 100644
--- a/media/cast/cast_config.cc
+++ b/media/cast/cast_config.cc
@@ -36,6 +36,8 @@ AudioReceiverConfig::AudioReceiverConfig()
incoming_ssrc(0),
rtcp_interval(kDefaultRtcpIntervalMs),
rtcp_mode(kRtcpReducedSize),
+ rtp_max_delay_ms(kDefaultRtpMaxDelayMs),
+ rtp_payload_type(0),
use_external_decoder(false),
frequency(0),
channels(0) {}

Powered by Google App Engine
This is Rietveld 408576698