[vlc-devel] commit: Add UYVY to the list of chromas tried by default in the v4l2 module ( Antoine Cellerier )

git version control git at videolan.org
Sun May 25 19:18:40 CEST 2008


vlc | branch: master | Antoine Cellerier <antoine at macbook.(none)> | Sun May 25 15:22:14 2008 +0200| [407ea4021f20c6ae20e149db71d87ae8c044cb6e]

Add UYVY to the list of chromas tried by default in the v4l2 module
(that's one of the isight's chromas)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=407ea4021f20c6ae20e149db71d87ae8c044cb6e
---

 modules/access/v4l2/v4l2.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/access/v4l2/v4l2.c b/modules/access/v4l2/v4l2.c
index a691936..98167aa 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
 {




More information about the vlc-devel mailing list