| Index: webrtc/modules/video_capture/linux/video_capture_linux.cc
|
| diff --git a/webrtc/modules/video_capture/linux/video_capture_linux.cc b/webrtc/modules/video_capture/linux/video_capture_linux.cc
|
| index e8da74bb2f33c7228d262c241b9c887c6c66ec21..d09c42a24f3235ee628f7883cec2106289e98e4e 100644
|
| --- a/webrtc/modules/video_capture/linux/video_capture_linux.cc
|
| +++ b/webrtc/modules/video_capture/linux/video_capture_linux.cc
|
| @@ -227,7 +227,6 @@ int32_t VideoCaptureModuleV4L2::StartCapture(
|
| // initialize current width and height
|
| _currentWidth = video_fmt.fmt.pix.width;
|
| _currentHeight = video_fmt.fmt.pix.height;
|
| - _captureDelay = 120;
|
|
|
| // Trying to set frame rate, before check driver capability.
|
| bool driver_framerate_support = true;
|
|
|