[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [33610] trunk/blender/source/blender/ quicktime/apple/qtkit_export.m: OS X Cocoa: added QT "Animation" codec.

Ton Roosendaal ton at blender.org
Sun Dec 12 14:45:35 CET 2010


Revision: 33610
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=33610
Author:   ton
Date:     2010-12-12 14:45:35 +0100 (Sun, 12 Dec 2010)

Log Message:
-----------
OS X Cocoa: added QT "Animation" codec.
Thanks to Jens Verwiebe for providing diff and test

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	2010-12-12 13:16:35 UTC (rev 33609)
+++ trunk/blender/source/blender/quicktime/apple/qtkit_export.m	2010-12-12 13:45:35 UTC (rev 33610)
@@ -119,9 +119,10 @@
 	{kMPEG4VisualCodecType, 10, "MPEG4"},
 	{kH263CodecType, 11, "H.263"},
 	{kH264CodecType, 12, "H.264"},
+	{kAnimationCodecType, 13, "Animation"},
 	{0,0,NULL}};
 
-static int qtVideoCodecCount = 12;
+static int qtVideoCodecCount = 13;
 
 int quicktime_get_num_videocodecs() {
 	return qtVideoCodecCount;





More information about the Bf-blender-cvs mailing list