V4L/DVB (8957): 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.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by Jean Delvare and committed by Mauro Carvalho Chehab c014ec90 c37396c1

+1 -1
+1 -1
drivers/media/video/zoran_card.c
··· 988 zr->v4l_grab_seq = 0; 989 zr->v4l_settings.width = 192; 990 zr->v4l_settings.height = 144; 991 - zr->v4l_settings.format = &zoran_formats[4]; /* YUY2 - YUV-4:2:2 packed */ 992 zr->v4l_settings.bytesperline = 993 zr->v4l_settings.width * 994 ((zr->v4l_settings.format->depth + 7) / 8);
··· 988 zr->v4l_grab_seq = 0; 989 zr->v4l_settings.width = 192; 990 zr->v4l_settings.height = 144; 991 + zr->v4l_settings.format = &zoran_formats[7]; /* YUY2 - YUV-4:2:2 packed */ 992 zr->v4l_settings.bytesperline = 993 zr->v4l_settings.width * 994 ((zr->v4l_settings.format->depth + 7) / 8);