Commit 407ea402 authored by Antoine Cellerier's avatar Antoine Cellerier

Add UYVY to the list of chromas tried by default in the v4l2 module

(that's one of the isight's chromas)
parent 785b6e2b
......@@ -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
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment