Commit 26c16c96 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

qtcapture: Make sure the new iSight are working.

parent 02938f4d
......@@ -173,6 +173,7 @@ static int qtchroma_to_fourcc( int i_qt )
/* Raw data types */
{ k422YpCbCr8CodecType, VLC_FOURCC('U','Y','V','Y') },
{ kComponentVideoCodecType,VLC_FOURCC('Y','U','Y','2') },
{ kComponentVideoUnsigned, VLC_FOURCC('U','Y','V','Y') },
{ 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