projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e566be
)
[media] media: video: bt8xx: Remove duplicated pixel format entry
author
volokh
<volokh@telros.ru>
Thu, 31 May 2012 06:08:51 +0000
(
03:08
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 18 Jun 2012 22:05:37 +0000
(19:05 -0300)
Signed-off-by: Volokh Konstantin <volokh84@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/bt8xx/bttv-driver.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/bt8xx/bttv-driver.c
b/drivers/media/video/bt8xx/bttv-driver.c
index a9cfb0f4be48183ee13a0b042013448ac73395e8..4e2f96f0e46361d8fec34a440d0971548df5e600 100644
(file)
--- a/
drivers/media/video/bt8xx/bttv-driver.c
+++ b/
drivers/media/video/bt8xx/bttv-driver.c
@@
-557,12
+557,6
@@
static const struct bttv_format formats[] = {
.btformat = BT848_COLOR_FMT_YUY2,
.depth = 16,
.flags = FORMAT_FLAGS_PACKED,
- },{
- .name = "4:2:2, packed, YUYV",
- .fourcc = V4L2_PIX_FMT_YUYV,
- .btformat = BT848_COLOR_FMT_YUY2,
- .depth = 16,
- .flags = FORMAT_FLAGS_PACKED,
},{
.name = "4:2:2, packed, UYVY",
.fourcc = V4L2_PIX_FMT_UYVY,