diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-06-18 19:45:47 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-06-18 19:45:47 +0200 |
| commit | 920b18be87d248413f549d978d7dd68495a6ea7c (patch) | |
| tree | e3b2857839df49df2efaf4337bfda737113cd2af /sys/linux/video4linux.txt | |
| parent | 2dcee3b338d368c6d4f10e0e29c95cbc3ea4e9df (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.txt | 6 |
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] } |
