From 87b0a10fa7b0cc9cb70fe968a511efcf801e2b15 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Fri, 14 Sep 2012 07:40:43 -0300 Subject: [PATCH] --- yaml --- r: 331103 b: refs/heads/master c: 06fce2861d5a4ebcff65e253b2b3e4406dc3ab24 h: refs/heads/master i: 331101: 266a15615498dd74ee19db4543971f9101debf07 331099: b7c595a9774b367f1928c8ec6b4ea3193c5d92d3 331095: 69f87be49899a34f0a0c4976baddf09f5cc95e6f 331087: dbe78d57e9cb722e6bac3f98435fc51a85e84a6b 331071: aad044f10f7a3d188433afe47c4ac3549736c6f7 v: v3 --- [refs] | 2 +- .../Documentation/DocBook/media/v4l/vidioc-cropcap.xml | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c0e838d7536a..622d3b2718c5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b1f8149a5e7ee71f36af75bb516eb8219158f2d +refs/heads/master: 06fce2861d5a4ebcff65e253b2b3e4406dc3ab24 diff --git a/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml b/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml index 4559c452a613..bf7cc979fdfa 100644 --- a/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml +++ b/trunk/Documentation/DocBook/media/v4l/vidioc-cropcap.xml @@ -59,6 +59,9 @@ constant except when switching the video standard. Remember this switch can occur implicit when switching the video input or output. + This ioctl must be implemented for video capture or output devices that +support cropping and/or scaling and/or have non-square pixels, and for overlay devices. + struct <structname>v4l2_cropcap</structname> @@ -70,7 +73,9 @@ output. Type of the data stream, set by the application. Only these types are valid here: V4L2_BUF_TYPE_VIDEO_CAPTURE, -V4L2_BUF_TYPE_VIDEO_OUTPUT and +V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, +V4L2_BUF_TYPE_VIDEO_OUTPUT, +V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE and V4L2_BUF_TYPE_VIDEO_OVERLAY. See . @@ -154,8 +159,7 @@ on 22 Oct 2002 subject "Re:[V4L][patches!] Re:v4l2/kernel-2.5" --> EINVAL The &v4l2-cropcap; type is -invalid. This is not permitted for video capture, output and overlay devices, -which must support VIDIOC_CROPCAP. +invalid.