[vlc-devel] commit: qtcapture: Make sure the new iSight are working. (Pierre d' Herbemont )

git version control git at videolan.org
Mon Jun 22 19:10:04 CEST 2009


vlc | branch: 0.9-bugfix | Pierre d'Herbemont <pdherbemont at free.fr> | Tue May 26 22:55:21 2009 -0700| [e9f384df24d25d39c6b22174439d2da5030603e0] | committer: Felix Paul Kühne 

qtcapture: Make sure the new iSight are working.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9f384df24d25d39c6b22174439d2da5030603e0
---

 modules/access/qtcapture.m |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index e4f190b..c768fbb 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -171,6 +171,8 @@ 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;




More information about the vlc-devel mailing list