summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJonathan Armani <armani@cvs.openbsd.org>2014-10-18 08:01:35 +0000
committerJonathan Armani <armani@cvs.openbsd.org>2014-10-18 08:01:35 +0000
commit3f60483decb57bfad85127b87a271f925eba0874 (patch)
tree0dbc2a112985e8cd4118af1e42ea457caac311ef /share/man
parent13430d4df6c4f7ac8602619e5d7277f62f41abf5 (diff)
Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)
ok ratchov@, sthen@, mpi@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/video.46
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/video.4 b/share/man/man4/video.4
index 5635a96ad9f..ba89756044f 100644
--- a/share/man/man4/video.4
+++ b/share/man/man4/video.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: video.4,v 1.11 2014/06/28 06:27:31 matthew Exp $
+.\" $OpenBSD: video.4,v 1.12 2014/10/18 08:01:34 armani Exp $
.\"
.\" Copyright (c) 2008 Marcus Glocker <mglocker@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 28 2014 $
+.Dd $Mdocdate: October 18 2014 $
.Dt VIDEO 4
.Os
.Sh NAME
@@ -102,6 +102,8 @@ struct v4l2_input {
u_int32_t reserved[32];
};
.Ed
+.It Dv VIDIOC_G_INPUT Fa "int *"
+Get the current video input.
.It Dv VIDIOC_S_INPUT Fa "int *"
Select the current video input.
.It Dv VIDIOC_REQBUFS Fa "struct v4l2_requestbuffers *"