From 03305de86d30b138da863a5104274805be4ac430 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Sun, 12 Dec 2010 13:45:35 +0000 Subject: OS X Cocoa: added QT "Animation" codec. Thanks to Jens Verwiebe for providing diff and test --- source/blender/quicktime/apple/qtkit_export.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index 14a1163ee9a..add280c6b64 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -119,9 +119,10 @@ static QuicktimeCodecTypeDesc qtVideoCodecList[] = { {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; -- cgit v1.2.3