V4L/DVB (6716): ivtv: yuv interlace mode change
authorIan Armstrong <ian@iarmst.demon.co.uk>
Mon, 22 Oct 2007 17:24:26 +0000 (14:24 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:03:10 +0000 (19:03 -0200)
commit3b5c1c8e71eb8fe2297a5884db59108e3c8b44c5
tree39161a925790139e733137c5114e4419d3e45983
parent406c8b0ff0891ace87440bcb298a91c1927f9ae5
V4L/DVB (6716): ivtv: yuv interlace mode change

Interlace mode selection code moved into the frame setup phase, so it's now
run before the frame is loaded into a hardware buffer. Given that it can
affect how a new frame is displayed, it was a bit stupid running it after the
frame was already visible.

A few stray interlace related variables which were linked to individual frames
have now been moved into the yuv_frame_info struct. This means that all
variables linked to a specific frame are in the same place & not scattered.

Minor code reformatting in areas touched by the above changes.

Signed-off-by: Ian Armstrong <ian@iarmst.demon.co.uk>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-driver.h
drivers/media/video/ivtv/ivtv-irq.c
drivers/media/video/ivtv/ivtv-yuv.c
This page took 0.032126 seconds and 5 git commands to generate.