Index: webrtc/video/video_send_stream.cc |
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc |
index 953aa35a6c8d59ef01b346805fd1db2a1f7793bb..16d80da649198b314ed03c1063edb7b33ab354a5 100644 |
--- a/webrtc/video/video_send_stream.cc |
+++ b/webrtc/video/video_send_stream.cc |
@@ -162,7 +162,7 @@ |
input_.reset(new internal::VideoCaptureInput( |
module_process_thread_, vie_encoder_, config_.local_renderer, |
- &stats_proxy_, this, config_.encoding_time_observer)); |
+ &stats_proxy_, this)); |
// 28 to match packet overhead in ModuleRtpRtcpImpl. |
RTC_DCHECK_LE(config_.rtp.max_packet_size, static_cast<size_t>(0xFFFF - 28)); |