| Index: webrtc/media/engine/webrtcvideoengine2.cc
|
| diff --git a/webrtc/media/engine/webrtcvideoengine2.cc b/webrtc/media/engine/webrtcvideoengine2.cc
|
| index 41a23c1a92174ef424a3fd36a4639322847cf7ca..0e9866064df142cf7d1529065a818560a674dea3 100644
|
| --- a/webrtc/media/engine/webrtcvideoengine2.cc
|
| +++ b/webrtc/media/engine/webrtcvideoengine2.cc
|
| @@ -2017,14 +2017,12 @@ WebRtcVideoChannel2::WebRtcVideoSendStream::GetVideoSenderInfo() {
|
| : CoordinatedVideoAdapter::ADAPTREASON_CPU;
|
|
|
| if (capturer_) {
|
| - if (!capturer_->IsMuted()) {
|
| VideoFormat last_captured_frame_format;
|
| capturer_->GetStats(&info.adapt_frame_drops, &info.effects_frame_drops,
|
| &info.capturer_frame_time,
|
| &last_captured_frame_format);
|
| info.input_frame_width = last_captured_frame_format.width;
|
| info.input_frame_height = last_captured_frame_format.height;
|
| - }
|
| }
|
|
|
| // Get bandwidth limitation info from stream_->GetStats().
|
|
|