diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-g-crop.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-g-crop.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-crop.xml b/Documentation/DocBook/media/v4l/vidioc-g-crop.xml index 01a50640dce0..c4ff3b1887fb 100644 --- a/Documentation/DocBook/media/v4l/vidioc-g-crop.xml +++ b/Documentation/DocBook/media/v4l/vidioc-g-crop.xml | |||
@@ -100,14 +100,14 @@ changed and <constant>VIDIOC_S_CROP</constant> returns the | |||
100 | &cs-str; | 100 | &cs-str; |
101 | <tbody valign="top"> | 101 | <tbody valign="top"> |
102 | <row> | 102 | <row> |
103 | <entry>&v4l2-buf-type;</entry> | 103 | <entry>__u32</entry> |
104 | <entry><structfield>type</structfield></entry> | 104 | <entry><structfield>type</structfield></entry> |
105 | <entry>Type of the data stream, set by the application. | 105 | <entry>Type of the data stream, set by the application. |
106 | Only these types are valid here: <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE</constant>, | 106 | Only these types are valid here: <constant>V4L2_BUF_TYPE_VIDEO_CAPTURE</constant>, |
107 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT</constant>, | 107 | <constant>V4L2_BUF_TYPE_VIDEO_OUTPUT</constant>, |
108 | <constant>V4L2_BUF_TYPE_VIDEO_OVERLAY</constant>, and custom (driver | 108 | <constant>V4L2_BUF_TYPE_VIDEO_OVERLAY</constant>, and custom (driver |
109 | defined) types with code <constant>V4L2_BUF_TYPE_PRIVATE</constant> | 109 | defined) types with code <constant>V4L2_BUF_TYPE_PRIVATE</constant> |
110 | and higher.</entry> | 110 | and higher. See <xref linkend="v4l2-buf-type" />.</entry> |
111 | </row> | 111 | </row> |
112 | <row> | 112 | <row> |
113 | <entry>&v4l2-rect;</entry> | 113 | <entry>&v4l2-rect;</entry> |