diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2006-06-25 11:18:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-27 00:17:35 -0300 |
commit | 995235118ee7eaab7d9e9a1a661b12ef44e2a224 (patch) | |
tree | c81e2f4eca2dfc63ba0a7a377fba8a89d7a23e54 /drivers/media/video/v4l2-common.c | |
parent | 343f92c293af979ddf6070b167306e96c776187b (diff) |
V4L/DVB (4253): IVTV VBI format description too long.
Format description was cut off. It's been shortened.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/v4l2-common.c')
-rw-r--r-- | drivers/media/video/v4l2-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c index f4b3d64ebf73..97f946db8597 100644 --- a/drivers/media/video/v4l2-common.c +++ b/drivers/media/video/v4l2-common.c @@ -1103,7 +1103,7 @@ const char **v4l2_ctrl_get_menu(u32 id) }; static const char *mpeg_stream_vbi_fmt[] = { "No VBI", - "VBI in private packets, IVTV format", + "Private packet, IVTV format", NULL }; |