| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index 94f5f5a5b892c85cd73c2005e95f3d0ad6ee5d77..874d00ff05e6cd015db1a85ec0d69cea87d399a7 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -78,11 +78,10 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
|
|
| ProcessThread* const module_process_thread_;
|
| ChannelGroup* const channel_group_;
|
| - const int channel_id_;
|
|
|
| rtc::scoped_ptr<VideoCaptureInput> input_;
|
| - ViEChannel* vie_channel_;
|
| - ViEEncoder* vie_encoder_;
|
| + rtc::scoped_ptr<ViEChannel> vie_channel_;
|
| + rtc::scoped_ptr<ViEEncoder> vie_encoder_;
|
|
|
| // Used as a workaround to indicate that we should be using the configured
|
| // start bitrate initially, instead of the one reported by VideoEngine (which
|
|
|