aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h
blob: 69f360ab27d416fa2f988b7a045e1752f8263d58 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- media/capture/video/linux/video_capture_device_factory_v4l2.h.orig	2023-04-05 11:05:06 UTC
+++ media/capture/video/linux/video_capture_device_factory_v4l2.h
@@ -51,7 +51,7 @@ class CAPTURE_EXPORT VideoCaptureDeviceFactoryV4L2
 
  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);