]> git.sesse.net Git - vlc/commitdiff
qtcapture: Make sure the new iSight are working.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 27 May 2009 06:03:10 +0000 (23:03 -0700)
committerPierre d'Herbemont <pdherbemont@free.fr>
Wed, 27 May 2009 06:03:10 +0000 (23:03 -0700)
Conflicts:

modules/access/qtcapture.m

modules/access/qtcapture.m

index 9656949d2cffc75b673f0f797a885304e67faa5f..01bb691bbe65ec8e144e280b76ad53adba71bbba 100644 (file)
@@ -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;