| Index: webrtc/video/video_send_stream.h
|
| diff --git a/webrtc/video/video_send_stream.h b/webrtc/video/video_send_stream.h
|
| index 4a58e6f9ad4f71b05a6e6330f655792bfde1ba67..11d5e6ddf6b19e30c4844bcc1c8a82add52c1a35 100644
|
| --- a/webrtc/video/video_send_stream.h
|
| +++ b/webrtc/video/video_send_stream.h
|
| @@ -34,6 +34,7 @@ class EncoderStateFeedback;
|
| class ProcessThread;
|
| class ViEChannel;
|
| class ViEEncoder;
|
| +class VieRemb;
|
|
|
| namespace internal {
|
|
|
| @@ -44,6 +45,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,
|
| @@ -86,6 +88,7 @@ class VideoSendStream : public webrtc::VideoSendStream,
|
| ProcessThread* const module_process_thread_;
|
| CallStats* const call_stats_;
|
| CongestionController* const congestion_controller_;
|
| + VieRemb* const remb_;
|
|
|
| OveruseFrameDetector overuse_detector_;
|
| rtc::scoped_ptr<VideoCaptureInput> input_;
|
|
|