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

Unified Diff: webrtc/config.cc

Issue 1351693005: Read the number of TLs for VP9 too + cleanup (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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/config.cc
diff --git a/webrtc/config.cc b/webrtc/config.cc
index ddff931e241fc1ea22f01b09dd149c754eb9686c..0e3f6713da1afba0fa31070e0c9a780758e7d2d1 100644
--- a/webrtc/config.cc
+++ b/webrtc/config.cc
@@ -87,6 +87,7 @@ std::string VideoStream::ToString() const {
VideoEncoderConfig::VideoEncoderConfig()
: content_type(ContentType::kRealtimeVideo),
encoder_specific_settings(NULL),
+ force_disable_wrapper_frame_dropper(false),
min_transmit_bitrate_bps(0) {
}

Powered by Google App Engine
This is Rietveld 408576698