| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index e2911cc10332aba9f4167aad82264b9b6acb88e8..2479cff9b792c8742a7678de99ac775b3d6d8866 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -33,6 +33,7 @@ class EncoderStateFeedback;
|
| class ProcessThread;
|
| class ViEChannel;
|
| class ViEEncoder;
|
| +class VieRemb;
|
|
|
| namespace internal {
|
|
|
| @@ -43,6 +44,7 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| ProcessThread* module_process_thread,
|
| CallStats* call_stats,
|
| CongestionController* congestion_controller,
|
| + VieRemb* remb,
|
| BitrateAllocator* bitrate_allocator,
|
| const VideoSendStream::Config& config,
|
| const VideoEncoderConfig& encoder_config,
|
| @@ -85,6 +87,7 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| ProcessThread* const module_process_thread_;
|
| CallStats* const call_stats_;
|
| CongestionController* const congestion_controller_;
|
| + VieRemb* const remb_;
|
|
|
| rtc::scoped_ptr<VideoCaptureInput> input_;
|
| rtc::scoped_ptr<ViEChannel> vie_channel_;
|
|
|