V4L/DVB (4253): IVTV VBI format description too long.
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 25 Jun 2006 14:18:54 +0000 (11:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 27 Jun 2006 03:17:35 +0000 (00:17 -0300)
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>
drivers/media/video/v4l2-common.c

index f4b3d64..97f946d 100644 (file)
@@ -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
        };