summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/moz-patch-stack/0023.patch
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0023.patch')
-rw-r--r--third_party/libwebrtc/moz-patch-stack/0023.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0023.patch b/third_party/libwebrtc/moz-patch-stack/0023.patch
index 43ee2f8941..6af712dfe3 100644
--- a/third_party/libwebrtc/moz-patch-stack/0023.patch
+++ b/third_party/libwebrtc/moz-patch-stack/0023.patch
@@ -78,7 +78,7 @@ index 23a8f4f3f3..b2c206d775 100644
#include <string.h>
#include <sys/ioctl.h>
diff --git a/modules/video_capture/linux/video_capture_v4l2.cc b/modules/video_capture/linux/video_capture_v4l2.cc
-index 7a70c2ff88..00cede01cb 100644
+index 377c1ec878..a2e362bb94 100644
--- a/modules/video_capture/linux/video_capture_v4l2.cc
+++ b/modules/video_capture/linux/video_capture_v4l2.cc
@@ -12,7 +12,7 @@
@@ -105,7 +105,7 @@ index 7a70c2ff88..00cede01cb 100644
#include <new>
#include <string>
-@@ -405,16 +413,13 @@ bool VideoCaptureModuleV4L2::CaptureProcess() {
+@@ -414,16 +422,13 @@ bool VideoCaptureModuleV4L2::CaptureProcess() {
RTC_CHECK_RUNS_SERIALIZED(&capture_checker_);
int retVal = 0;
@@ -127,7 +127,7 @@ index 7a70c2ff88..00cede01cb 100644
{
MutexLock lock(&capture_lock_);
-@@ -424,12 +429,12 @@ bool VideoCaptureModuleV4L2::CaptureProcess() {
+@@ -433,12 +438,12 @@ bool VideoCaptureModuleV4L2::CaptureProcess() {
}
if (retVal < 0 && errno != EINTR) { // continue if interrupted