aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx
diff options
context:
space:
mode:
authorvolokh <volokh@telros.ru>2012-05-31 02:08:51 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-06-18 18:05:37 -0400
commit4a62817095696b9831721485bb5c607eba86633f (patch)
treeb6e041d142dbd2d56f5b0d13e6bf81bf92c3e0ee /drivers/media/video/bt8xx
parent7e566be25895e55aaea4dd0c453f2a3b6919cfb6 (diff)
[media] media: video: bt8xx: Remove duplicated pixel format entry
Signed-off-by: Volokh Konstantin <volokh84@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/bt8xx')
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index a9cfb0f4be48..4e2f96f0e463 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -558,12 +558,6 @@ static const struct bttv_format formats[] = {
558 .depth = 16, 558 .depth = 16,
559 .flags = FORMAT_FLAGS_PACKED, 559 .flags = FORMAT_FLAGS_PACKED,
560 },{ 560 },{
561 .name = "4:2:2, packed, YUYV",
562 .fourcc = V4L2_PIX_FMT_YUYV,
563 .btformat = BT848_COLOR_FMT_YUY2,
564 .depth = 16,
565 .flags = FORMAT_FLAGS_PACKED,
566 },{
567 .name = "4:2:2, packed, UYVY", 561 .name = "4:2:2, packed, UYVY",
568 .fourcc = V4L2_PIX_FMT_UYVY, 562 .fourcc = V4L2_PIX_FMT_UYVY,
569 .btformat = BT848_COLOR_FMT_YUY2, 563 .btformat = BT848_COLOR_FMT_YUY2,