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) { |
} |