aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/video4linux.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-06-18 19:45:47 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-06-18 19:45:47 +0200
commit920b18be87d248413f549d978d7dd68495a6ea7c (patch)
treee3b2857839df49df2efaf4337bfda737113cd2af /sys/linux/video4linux.txt
parent2dcee3b338d368c6d4f10e0e29c95cbc3ea4e9df (diff)
sys: mark output resources as opt
Mark output resources as opt in preparation for more precise constructor calculation.
Diffstat (limited to 'sys/linux/video4linux.txt')
-rw-r--r--sys/linux/video4linux.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/linux/video4linux.txt b/sys/linux/video4linux.txt
index f527a7ee8..79c22b89d 100644
--- a/sys/linux/video4linux.txt
+++ b/sys/linux/video4linux.txt
@@ -267,7 +267,7 @@ v4l2_buffer_union [
offset int32
userptr intptr
planes ptr[inout, v4l2_plane]
- fd fd_v4l2_buffer
+ fd fd_v4l2_buffer[opt]
]
v4l2_timecode {
@@ -291,7 +291,7 @@ v4l2_plane {
v4l2_plane_union [
mem_offset int32
userptr intptr
- fd fd_v4l2_buffer
+ fd fd_v4l2_buffer[opt]
]
v4l2_framebuffer {
@@ -317,7 +317,7 @@ v4l2_exportbuffer {
index int32
plane int32
flags flags[pipe_flags, int32]
- fd fd_dmabuf
+ fd fd_dmabuf[opt]
reserved array[const[0, int32], 11]
}