| Index: webrtc/config.cc
|
| diff --git a/webrtc/config.cc b/webrtc/config.cc
|
| index 99146eba236f8dad677f83f982cb5db43ef6620e..c446a8fd5fd74e1a7a24315c2773b395e8eb1b04 100644
|
| --- a/webrtc/config.cc
|
| +++ b/webrtc/config.cc
|
| @@ -107,8 +107,8 @@ std::string VideoStream::ToString() const {
|
| VideoEncoderConfig::VideoEncoderConfig()
|
| : content_type(ContentType::kRealtimeVideo),
|
| encoder_specific_settings(NULL),
|
| - min_transmit_bitrate_bps(0) {
|
| -}
|
| + min_transmit_bitrate_bps(0),
|
| + expect_encode_from_texture(false) {}
|
|
|
| VideoEncoderConfig::~VideoEncoderConfig() = default;
|
|
|
|
|