aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_capture_video_linux_video__capture__device__factory__linux.h
blob: bc45a932e4e22c132615bc2027fe92f5b6f95b46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/capture/video/linux/video_capture_device_factory_linux.h.orig	2022-02-07 13:39:41 UTC
+++ media/capture/video/linux/video_capture_device_factory_linux.h
@@ -52,7 +52,7 @@ class CAPTURE_EXPORT VideoCaptureDeviceFactoryLinux
 
  private:
   // Simple wrapper to do HANDLE_EINTR(v4l2_->ioctl(fd, ...)).
-  int DoIoctl(int fd, int request, void* argp);
+  int DoIoctl(int fd, unsigned int request, void* argp);
 
   VideoCaptureControlSupport GetControlSupport(int fd);
   bool GetControlSupport(int fd, int control_id);