V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling
commite27bf207db4fc6dd500eb82611f102da85cfe7d0
authorHans Verkuil <hverkuil@xs4all.nl>
Sat, 21 Jun 2008 12:21:23 +0000 (21 09:21 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Sun, 20 Jul 2008 10:11:00 +0000 (20 07:11 -0300)
treeb36493b2f7199641929c9b84534ceba882ac321a
parent5cf2cc4803a0415f7048951a727204df414325e6
V4L/DVB (8086): ivtv/cx18: fix video_temporal_filter handling

If the capture is scaled, then the video_temporal_filter is set to 0
by the cx2341x.c module since otherwise you would get ghosting.

However, this was also done in the VIDIOC_S_FMT ioctl which meant that
the video_temporal_filter control was reset to 0 or 8 each time S_FMT
was called. This was old code that should have been removed a long time
ago.

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