From: Ian Armstrong Date: Mon, 22 Oct 2007 17:24:26 +0000 (-0300) Subject: V4L/DVB (6716): ivtv: yuv interlace mode change X-Git-Tag: v2.6.25-rc1~1235^2~265 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5c1c8e71eb8fe2297a5884db59108e3c8b44c5;p=pandora-kernel.git 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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed