[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [42900] trunk/blender/source/blender/ quicktime/apple/qtkit_export.m: OSX: adding PNG codec to QTKit, to have one more alpha enabled one atm

jens verwiebe info at jensverwiebe.de
Tue Dec 27 12:29:32 CET 2011


Revision: 42900
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=42900
Author:   jensverwiebe
Date:     2011-12-27 11:29:27 +0000 (Tue, 27 Dec 2011)
Log Message:
-----------
OSX: adding PNG codec to QTKit, to have one more alpha enabled one atm

Modified Paths:
--------------
    trunk/blender/source/blender/quicktime/apple/qtkit_export.m

Modified: trunk/blender/source/blender/quicktime/apple/qtkit_export.m
===================================================================
--- trunk/blender/source/blender/quicktime/apple/qtkit_export.m	2011-12-27 11:09:06 UTC (rev 42899)
+++ trunk/blender/source/blender/quicktime/apple/qtkit_export.m	2011-12-27 11:29:27 UTC (rev 42900)
@@ -110,21 +110,22 @@
 	{k422YpCbCr10CodecType, 3, "Uncompressed 10-bit 4:2:2"},
 	{kComponentVideoCodecType, 4, "Component Video"},
 	{kPixletCodecType, 5, "Pixlet"},
-	{kJPEGCodecType, 6, "JPEG"},
-	{kMotionJPEGACodecType, 7, "M-JPEG A"},
-	{kMotionJPEGBCodecType, 8, "M-JPEG B"},
-	{kDVCPALCodecType, 9, "DV PAL"},
-	{kDVCNTSCCodecType, 10, "DV/DVCPRO NTSC"},
-	{kDVCPROHD720pCodecType, 11, "DVCPRO HD 720p"},
-	{kDVCPROHD1080i50CodecType, 12, "DVCPRO HD 1080i50"},
-	{kDVCPROHD1080i60CodecType, 13, "DVCPRO HD 1080i60"},
-	{kMPEG4VisualCodecType, 14, "MPEG4"},
-	{kH263CodecType, 15, "H.263"},
-	{kH264CodecType, 16, "H.264"},
-	{kAnimationCodecType, 17, "Animation"},
+	{kPNGCodecType, 6, "PNG"},
+	{kJPEGCodecType, 7, "JPEG"},
+	{kMotionJPEGACodecType, 8, "M-JPEG A"},
+	{kMotionJPEGBCodecType, 9, "M-JPEG B"},
+	{kDVCPALCodecType, 10, "DV PAL"},
+	{kDVCNTSCCodecType, 11, "DV/DVCPRO NTSC"},
+	{kDVCPROHD720pCodecType, 12, "DVCPRO HD 720p"},
+	{kDVCPROHD1080i50CodecType, 13, "DVCPRO HD 1080i50"},
+	{kDVCPROHD1080i60CodecType, 14, "DVCPRO HD 1080i60"},
+	{kMPEG4VisualCodecType, 15, "MPEG4"},
+	{kH263CodecType, 16, "H.263"},
+	{kH264CodecType, 17, "H.264"},
+	{kAnimationCodecType, 18, "Animation"},
 	{0,0,NULL}};
 
-static int qtVideoCodecCount = 17;
+static int qtVideoCodecCount = 18;
 
 int quicktime_get_num_videocodecs() {
 	return qtVideoCodecCount;




More information about the Bf-blender-cvs mailing list