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:
1cd42f7
)
Comment out rgb444
author
Antoine Cellerier
<dionoea@videolan.org>
Thu, 10 Jan 2008 22:33:33 +0000
(22:33 +0000)
committer
Antoine Cellerier
<dionoea@videolan.org>
Thu, 10 Jan 2008 22:33:33 +0000
(22:33 +0000)
modules/access/v4l2.c
patch
|
blob
|
history
diff --git
a/modules/access/v4l2.c
b/modules/access/v4l2.c
index
5d52318
..
599b3b9
100644
(file)
--- a/
modules/access/v4l2.c
+++ b/
modules/access/v4l2.c
@@
-381,7
+381,7
@@
static struct
/* Raw data types, not in V4L2 spec but still in videodev2.h and supported
* by VLC */
{ V4L2_PIX_FMT_YUV420, VLC_FOURCC('I','4','2','0') },
- { V4L2_PIX_FMT_RGB444, VLC_FOURCC('R','V','3','2') },
+ /* FIXME { V4L2_PIX_FMT_RGB444, VLC_FOURCC('R','V','3','2') }, */
/* Compressed data types */
{ V4L2_PIX_FMT_MJPEG, VLC_FOURCC('M','J','P','G') },