From 920b18be87d248413f549d978d7dd68495a6ea7c Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 18 Jun 2018 19:45:47 +0200 Subject: sys: mark output resources as opt Mark output resources as opt in preparation for more precise constructor calculation. --- sys/linux/video4linux.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/linux/video4linux.txt') 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] } -- cgit mrf-deployment