aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-cropcap.xml')
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-cropcap.xml10
1 files changed, 3 insertions, 7 deletions
diff --git a/Documentation/DocBook/media/v4l/vidioc-cropcap.xml b/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
index bf7cc979fdfa..1f5ed64cd75a 100644
--- a/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
@@ -133,18 +133,14 @@ rectangle, in pixels.</entry>
133rectangle, in pixels.</entry> 133rectangle, in pixels.</entry>
134 </row> 134 </row>
135 <row> 135 <row>
136 <entry>__s32</entry> 136 <entry>__u32</entry>
137 <entry><structfield>width</structfield></entry> 137 <entry><structfield>width</structfield></entry>
138 <entry>Width of the rectangle, in pixels.</entry> 138 <entry>Width of the rectangle, in pixels.</entry>
139 </row> 139 </row>
140 <row> 140 <row>
141 <entry>__s32</entry> 141 <entry>__u32</entry>
142 <entry><structfield>height</structfield></entry> 142 <entry><structfield>height</structfield></entry>
143 <entry>Height of the rectangle, in pixels. Width 143 <entry>Height of the rectangle, in pixels.</entry>
144and height cannot be negative, the fields are signed for
145hysterical reasons. <!-- video4linux-list@redhat.com
146on 22 Oct 2002 subject "Re:[V4L][patches!] Re:v4l2/kernel-2.5" -->
147</entry>
148 </row> 144 </row>
149 </tbody> 145 </tbody>
150 </tgroup> 146 </tgroup>