Commit fd4a7f8c authored by Antoine Cellerier's avatar Antoine Cellerier

Comment out rgb444

parent 1cd42f75
...@@ -381,7 +381,7 @@ static struct ...@@ -381,7 +381,7 @@ static struct
/* Raw data types, not in V4L2 spec but still in videodev2.h and supported /* Raw data types, not in V4L2 spec but still in videodev2.h and supported
* by VLC */ * by VLC */
{ V4L2_PIX_FMT_YUV420, VLC_FOURCC('I','4','2','0') }, { 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 */ /* Compressed data types */
{ V4L2_PIX_FMT_MJPEG, VLC_FOURCC('M','J','P','G') }, { V4L2_PIX_FMT_MJPEG, VLC_FOURCC('M','J','P','G') },
......
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