The patch number 8957 was added via Mauro Carvalho Chehab <[EMAIL PROTECTED]>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        [EMAIL PROTECTED]

------

From: Jean Delvare  <[EMAIL PROTECTED]>
zr36067: Restore the default pixel format


Restore the default pixel format to YUYV as it used to be before
kernel 2.6.23. It was accidentally changed to BGR3 by commit
603d6f2c8f9f3604f9c6c1f8903efc2df30a000f.

Priority: high

Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
Signed-off-by: Mauro Carvalho Chehab <[EMAIL PROTECTED]>


---

 linux/drivers/media/video/zoran_card.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r e43b6eff4997 -r f89ee3a28992 linux/drivers/media/video/zoran_card.c
--- a/linux/drivers/media/video/zoran_card.c    Sun Sep 07 17:49:59 2008 +0200
+++ b/linux/drivers/media/video/zoran_card.c    Sun Sep 07 10:21:34 2008 +0200
@@ -989,7 +989,7 @@ zoran_open_init_params (struct zoran *zr
        zr->v4l_grab_seq = 0;
        zr->v4l_settings.width = 192;
        zr->v4l_settings.height = 144;
-       zr->v4l_settings.format = &zoran_formats[4];    /* YUY2 - YUV-4:2:2 
packed */
+       zr->v4l_settings.format = &zoran_formats[7];    /* YUY2 - YUV-4:2:2 
packed */
        zr->v4l_settings.bytesperline =
            zr->v4l_settings.width *
            ((zr->v4l_settings.format->depth + 7) / 8);


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/f89ee3a28992d801e756994cf82ffc1ef6f83ed5

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to