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/Makefile | |
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/Makefile')
-rw-r--r-- | v4l2-spec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v4l2-spec/Makefile b/v4l2-spec/Makefile index d0dde12f4..41dba1cdd 100644 --- a/v4l2-spec/Makefile +++ b/v4l2-spec/Makefile @@ -274,6 +274,7 @@ STRUCTS = \ v4l2_input \ v4l2_jpegcompression \ v4l2_modulator \ + v4l2_mpeg_vbi_fmt_ivtv \ v4l2_output \ v4l2_outputparm \ v4l2_pix_format \ |