]> git.sesse.net Git - vlc/commitdiff
Add UYVY to the list of chromas tried by default in the v4l2 module
authorAntoine Cellerier <antoine@macbook.(none)>
Sun, 25 May 2008 13:22:14 +0000 (15:22 +0200)
committerAntoine Cellerier <antoine@macbook.(none)>
Sun, 25 May 2008 17:19:57 +0000 (19:19 +0200)
(that's one of the isight's chromas)

modules/access/v4l2/v4l2.c

index a69193634023a19468b188764dfa46520bda40d9..98167aafb2f2dcc46142413223bc633e3c72ac3e 100644 (file)
@@ -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
 {