From: Lubomir Rintel Date: Tue, 2 Jul 2013 10:56:38 +0000 (-0300) Subject: [media] usbtv: Fix deinterlacing X-Git-Tag: v3.11-rc5~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a34cacab1565fdee77544b12407274ffb4d9daa0;p=pandora-kernel.git [media] usbtv: Fix deinterlacing The image data is laid out a bit more weirdly and thus needs more work to properly interlace. What we get from hardware is V4L2_FIELD_ALTERNATE, but since userspace support for it is practically nonexistent, thus we make V4L2_FIELD_INTERLACED from it so that it's more easily interpreted. Signed-off-by: Lubomir Rintel Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed