From 4223871357a2b64248b3c41c8d89fbf03c2531ea Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Mon, 3 May 2010 04:25:59 -0300 Subject: [PATCH] V4L/DVB: Fix color format with tm6010 The values for the fourcc format were correct, but applied to the wrong register. With this change, video is now barely working again with tm6000. While here, let's remove, for now, the memset. This way, people can have some image when testing this device. Yet to be fixed: parts of the image frame are missed. As we don't clean the buffers anymore, this is "recovered" by repeating the values from a previous frame. The quality is bad, since the image pixels will contain data from some previous frames, generating weird delay artifacts. Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed