| Index: remoting/protocol/webrtc_video_capturer_adapter.cc
|
| diff --git a/remoting/protocol/webrtc_video_capturer_adapter.cc b/remoting/protocol/webrtc_video_capturer_adapter.cc
|
| index ce6c6f2136d3fe25c6e80bfa60c360a391588d21..12cfbf3c4dd90a055e984b4a0bc4bfa3332d732f 100644
|
| --- a/remoting/protocol/webrtc_video_capturer_adapter.cc
|
| +++ b/remoting/protocol/webrtc_video_capturer_adapter.cc
|
| @@ -176,7 +176,7 @@ void WebrtcVideoCapturerAdapter::OnCaptureCompleted(
|
|
|
| scoped_ptr<cricket::WebRtcVideoFrame> webrtc_frame(
|
| new cricket::WebRtcVideoFrame());
|
| - webrtc_frame->InitToEmptyBuffer(width, height, 1, 1, 0);
|
| + webrtc_frame->InitToEmptyBuffer(width, height, 0);
|
| yuv_frame_ = std::move(webrtc_frame);
|
|
|
| // Set updated_region so the whole frame is converted to YUV below.
|
|
|