V4L/DVB (4548): Better temporal filter handling.
authorHans Verkuil <hverkuil@xs4all.nl>
Sun, 27 Aug 2006 22:22:15 +0000 (19:22 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 26 Sep 2006 15:30:34 +0000 (12:30 -0300)
commit44b579d63678609a16265a0acdb6405fafd173d6
treef93c5a55b6761b7afab62f6f828b06fe48d7c441
parent299006612a811ba5acc92e2686f2e8b8bc10d4b7
V4L/DVB (4548): Better temporal filter handling.

Adjust temporal filter if necessary. The problem with the temporal
filter is that it works well with full resolution capturing, but
not when the capture window is scaled (the filter introduces
a ghosting effect). So if the capture window changed, and there is
no updated filter value, then the filter is set depending on whether
the new window is full resolution or not.
For full resolution a setting of 8 really improves the video
quality, especially if the original video quality is suboptimal.
Also report VBI Format in VIDIOC_LOG_STATUS, it was missing.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/cx2341x.c