1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Comment out rgb444

This commit is contained in:
Antoine Cellerier 2008-01-10 22:33:33 +00:00
parent 1cd42f751f
commit fd4a7f8cca

View File

@ -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') },