diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/vidioc-cropcap.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/vidioc-cropcap.xml | 10 |
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> | |||
133 | rectangle, in pixels.</entry> | 133 | rectangle, 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> |
144 | and height cannot be negative, the fields are signed for | ||
145 | hysterical reasons. <!-- video4linux-list@redhat.com | ||
146 | on 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> |