[vlc-devel] commit: qtcapture: Make sure the new iSight are working. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed May 27 07:57:19 CEST 2009
vlc | branch: 1.0-bugfix | Pierre d'Herbemont <pdherbemont at free.fr> | Tue May 26 22:55:21 2009 -0700| [26c16c96ea77d15c045ade84fd5be3f1e73ff9ee] | committer: Pierre d'Herbemont
qtcapture: Make sure the new iSight are working.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26c16c96ea77d15c045ade84fd5be3f1e73ff9ee
---
modules/access/qtcapture.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/access/qtcapture.m b/modules/access/qtcapture.m
index 088378f..a94f7d2 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -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;
More information about the vlc-devel
mailing list