| Index: webrtc/video/video_send_stream.cc
|
| diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
|
| index b7b130209e1fc5f8e294831f75fff2343174813f..798b494fdb78a93bafc06f69529a2fcd3c9d8111 100644
|
| --- a/webrtc/video/video_send_stream.cc
|
| +++ b/webrtc/video/video_send_stream.cc
|
| @@ -489,7 +489,6 @@ bool VideoSendStream::ReconfigureVideoEncoder(
|
| RTC_DCHECK_GE(config.min_transmit_bitrate_bps, 0);
|
| vie_encoder_.SetMinTransmitBitrate(config.min_transmit_bitrate_bps / 1000);
|
|
|
| - encoder_config_ = config;
|
| return true;
|
| }
|
|
|
|
|