[vlc-devel] commit: qtcapture: Make sure the new iSight are working. (Pierre d' Herbemont )
git version control
git at videolan.org
Wed May 27 08:03:20 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue May 26 23:03:10 2009 -0700| [d032b62bfaada60a4f3e0b3b2a5a71f65bf8eea9] | committer: Pierre d'Herbemont
qtcapture: Make sure the new iSight are working.
Conflicts:
modules/access/qtcapture.m
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d032b62bfaada60a4f3e0b3b2a5a71f65bf8eea9
---
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 9656949..01bb691 100644
--- a/modules/access/qtcapture.m
+++ b/modules/access/qtcapture.m
@@ -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;
More information about the vlc-devel
mailing list