From 407ea4021f20c6ae20e149db71d87ae8c044cb6e Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Sun, 25 May 2008 15:22:14 +0200 Subject: [PATCH] Add UYVY to the list of chromas tried by default in the v4l2 module (that's one of the isight's chromas) --- modules/access/v4l2/v4l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/access/v4l2/v4l2.c b/modules/access/v4l2/v4l2.c index a691936340..98167aafb2 100644 --- a/modules/access/v4l2/v4l2.c +++ b/modules/access/v4l2/v4l2.c @@ -478,7 +478,7 @@ static struct */ static const __u32 p_chroma_fallbacks[] = { V4L2_PIX_FMT_YUV420, V4L2_PIX_FMT_YVU420, V4L2_PIX_FMT_YUV422P, - V4L2_PIX_FMT_YUYV, V4L2_PIX_FMT_MJPEG }; + V4L2_PIX_FMT_YUYV, V4L2_PIX_FMT_UYVY, V4L2_PIX_FMT_MJPEG }; static struct { -- 2.39.2