| Index: webrtc/media/engine/webrtcvideocapturer.cc
|
| diff --git a/webrtc/media/engine/webrtcvideocapturer.cc b/webrtc/media/engine/webrtcvideocapturer.cc
|
| index 044cfcb6d0b81f0f11a8ebe59e1e699d900ca3c7..d8419d2bd59f7a87c04372b9c43a4ec8310d9e26 100644
|
| --- a/webrtc/media/engine/webrtcvideocapturer.cc
|
| +++ b/webrtc/media/engine/webrtcvideocapturer.cc
|
| @@ -94,7 +94,6 @@ static bool FormatToCapability(const VideoFormat& format,
|
| cap->width = format.width;
|
| cap->height = format.height;
|
| cap->maxFPS = VideoFormat::IntervalToFps(format.interval);
|
| - cap->expectedCaptureDelay = 0;
|
| cap->rawType = webrtc_type;
|
| cap->codecType = webrtc::kVideoCodecUnknown;
|
| cap->interlaced = false;
|
|
|