git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785b6e2
)
Add UYVY to the list of chromas tried by default in the v4l2 module
author
Antoine Cellerier
<antoine@macbook.(none)>
Sun, 25 May 2008 13:22:14 +0000
(15:22 +0200)
committer
Antoine 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
patch
|
blob
|
history
diff --git
a/modules/access/v4l2/v4l2.c
b/modules/access/v4l2/v4l2.c
index
a691936
..
98167aa
100644
(file)
--- 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
{