| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index a2206953e78b952502b69ca168f8c209b90894c6..ea1739d7ebbd99ec2d48075ee2ea41d5e914c788 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -81,7 +81,6 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| SendStatisticsProxy stats_proxy_;
|
| EncodedFrameCallbackAdapter encoded_frame_proxy_;
|
| const VideoSendStream::Config config_;
|
| - VideoEncoderConfig encoder_config_;
|
| std::map<uint32_t, RtpState> suspended_ssrcs_;
|
|
|
| ProcessThread* const module_process_thread_;
|
|
|