diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-22 08:52:53 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-01-22 08:52:53 +0100 |
commit | 8f85ebb446130d67e0b6f8a8a6ac48451843beaf (patch) | |
tree | 1b2ccc223580c9fbd48dd7a451ff2953167a6211 /v4l2-spec/dev-overlay.sgml | |
parent | ddba76895f286b23ece496826d0115f83d9d05a7 (diff) | |
download | mediapointer-dvb-s2-8f85ebb446130d67e0b6f8a8a6ac48451843beaf.tar.gz mediapointer-dvb-s2-8f85ebb446130d67e0b6f8a8a6ac48451843beaf.tar.bz2 |
v4l2-spec: fix some table alignment problems
From: Hans Verkuil <hverkuil@xs4all.nl>
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'v4l2-spec/dev-overlay.sgml')
-rw-r--r-- | v4l2-spec/dev-overlay.sgml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/v4l2-spec/dev-overlay.sgml b/v4l2-spec/dev-overlay.sgml index 0eadd1611..be56fc594 100644 --- a/v4l2-spec/dev-overlay.sgml +++ b/v4l2-spec/dev-overlay.sgml @@ -214,7 +214,9 @@ applications can set this field to point to an array of clipping rectangles.</entry> </row> <row> - <entry spanname="hspan">Like the window coordinates + <entry></entry> + <entry></entry> + <entry>Like the window coordinates <structfield>w</structfield>, clipping rectangles are defined relative to the top, left corner of the frame buffer. However clipping rectangles must not extend the frame buffer width and height, and they @@ -276,15 +278,19 @@ more pixels or not write the image at all.</para> <row> <entry>__u8</entry> <entry><structfield>global_alpha</structfield></entry> - <entry><para>The global alpha value used to blend the + <entry>The global alpha value used to blend the framebuffer with video images, if global alpha blending has been negotiated (<constant>V4L2_FBUF_FLAG_GLOBAL_ALPHA</constant>, see -&VIDIOC-S-FBUF;, <xref linkend="framebuffer-flags">).</para><para>Note -this field was added in Linux 2.6.23, extending the structure. However +&VIDIOC-S-FBUF;, <xref linkend="framebuffer-flags">).</entry> + </row> + <row> + <entry></entry> + <entry></entry> + <entry>Note this field was added in Linux 2.6.23, extending the structure. However the <link linkend="vidioc-g-fmt">VIDIOC_G/S/TRY_FMT</link> ioctls, which take a pointer to a <link linkend="v4l2-format">v4l2_format</link> parent structure with padding -bytes at the end, are not affected.</para></entry> +bytes at the end, are not affected.</entry> </row> </tbody> </tgroup> |