summaryrefslogtreecommitdiff
path: root/modules/camera/3_4/v4l2_wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/camera/3_4/v4l2_wrapper.h')
-rw-r--r--modules/camera/3_4/v4l2_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/camera/3_4/v4l2_wrapper.h b/modules/camera/3_4/v4l2_wrapper.h
index 4a8d5170..dcb8afea 100644
--- a/modules/camera/3_4/v4l2_wrapper.h
+++ b/modules/camera/3_4/v4l2_wrapper.h
@@ -99,7 +99,7 @@ class V4L2Wrapper {
void Disconnect();
// Perform an ioctl call in a thread-safe fashion.
template <typename T>
- int IoctlLocked(int request, T data);
+ int IoctlLocked(unsigned long request, T data);
// Request/release userspace buffer mode via VIDIOC_REQBUFS.
int RequestBuffers(uint32_t num_buffers);