From: Mauro Carvalho Chehab Date: Sat, 8 Aug 2009 06:14:55 +0000 (-0300) Subject: V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcams X-Git-Tag: v2.6.31-rc7~40^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2a6b54a9cf08d4ffeb75d70603c4a5d03ac97ad;p=pandora-kernel.git V4L/DVB (12406): em28xx: fix: don't do image interlacing on webcams Due to historical reasons, em28xx driver gets two consecutive frames and fold them into an unique framing, doing interlacing. While this works fine for TV images, this produces two bad effects with webcams: 1) webcam images are progressive. Merging two consecutive images produce interlacing artifacts on the image; 2) since the driver needs to get two frames, it reduces the maximum frame rate by two. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed