Commit d032b62b authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qtcapture: Make sure the new iSight are working.

Conflicts:

	modules/access/qtcapture.m
parent 29e178eb
......@@ -172,6 +172,7 @@ static int qtchroma_to_fourcc( int i_qt )
/* Raw data types */
{ k422YpCbCr8CodecType, VLC_CODEC_UYVY },
{ kComponentVideoCodecType,VLC_CODEC_YUYV },
{ kComponentVideoUnsigned, VLC_CODEC_YUYV },
{ 0, 0 }
};
int i;
......
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