diff options
author | Andy Walls <awalls@radix.net> | 2009-03-14 15:55:11 -0400 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-03-14 15:55:11 -0400 |
commit | 92c93e32c6660ff3e40a6a93daba57bc15274ca3 (patch) | |
tree | 54dd0210a502a11e3f89424f8bbc03b78255fa63 /v4l2-spec/v4l2.sgml | |
parent | 8b42cd040a582268bae8f59db2fa336d21e8a5a6 (diff) | |
download | mediapointer-dvb-s2-92c93e32c6660ff3e40a6a93daba57bc15274ca3.tar.gz mediapointer-dvb-s2-92c93e32c6660ff3e40a6a93daba57bc15274ca3.tar.bz2 |
v4l2-spec: Added data formats used for Sliced VBI data in MPEG streams
From: Andy Walls <awalls@radix.net>
Document existing data formats used for inserting sliced VBI data into
MPEG streams. V4L2_CID_MPEG_STREAM_VBI_FMT's V4L2_MPEG_STREAM_VBI_FMT_NONE &
V4L2_MPEG_STREAM_VBI_FMT_IVTV data were already existing and implemented, but
not documented in the V4L2 spec.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'v4l2-spec/v4l2.sgml')
-rw-r--r-- | v4l2-spec/v4l2.sgml | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/v4l2-spec/v4l2.sgml b/v4l2-spec/v4l2.sgml index 9f43b6d1e..a6cbae2bf 100644 --- a/v4l2-spec/v4l2.sgml +++ b/v4l2-spec/v4l2.sgml @@ -77,6 +77,19 @@ API.</contrib> <contrib>Designed and documented the VIDIOC_ENUM_FRAMESIZES and VIDIOC_ENUM_FRAMEINTERVALS ioctls.</contrib> </author> + + <author> + <firstname>Andy</firstname> + <surname>Walls</surname> + <contrib>Documented the fielded V4L2_MPEG_STREAM_VBI_FMT_IVTV +MPEG stream embedded, sliced VBI data format in this specification. +</contrib> + <affiliation> + <address> + <email>awalls@radix.net</email> + </address> + </affiliation> + </author> </authorgroup> <copyright> @@ -92,12 +105,12 @@ and VIDIOC_ENUM_FRAMEINTERVALS ioctls.</contrib> <year>2008</year> <year>2009</year> <holder>Bill Dirks, Michael H. Schimek, Hans Verkuil, Martin -Rubli</holder> +Rubli, Andy Walls</holder> </copyright> <legalnotice> <para>This document is copyrighted © 1999-2009 by Bill -Dirks, Michael H. Schimek, Hans Verkuil and Martin Rubli.</para> +Dirks, Michael H. Schimek, Hans Verkuil, Martin Rubli, and Andy Walls.</para> <para>Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, |