Skip to content

Commit

Permalink
V4L/DVB (7463): cx88: Enable color killer by default
Browse files Browse the repository at this point in the history
An enabled color killer will not degrade picture quality for color
input signals, only suppress bogus color information on
black-and-white input. Therefore enable it by default.

Signed-off-by: Frej Drejhammar <frej.drejhammar@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Frej Drejhammar authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent d69b2e4 commit 0b5afdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cx88/cx88-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static struct cx88_ctrl cx8800_ctls[] = {
.name = "Color killer",
.minimum = 0,
.maximum = 1,
.default_value = 0x0,
.default_value = 0x1,
.type = V4L2_CTRL_TYPE_BOOLEAN,
},
.reg = MO_INPUT_FORMAT,
Expand Down

0 comments on commit 0b5afdd

Please sign in to comment.