From 32cf7fcdb147d4f467279109db384b9a9d3c6708 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 16 Jul 2012 23:23:33 +0000 Subject: code cleanup: spelling --- source/blender/quicktime/apple/qtkit_export.m | 4 ++-- source/blender/quicktime/apple/qtkit_import.m | 2 +- source/blender/quicktime/apple/quicktime_import.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/quicktime') diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m index b4a89eae89e..f8b09ae8b1b 100644 --- a/source/blender/quicktime/apple/qtkit_export.m +++ b/source/blender/quicktime/apple/qtkit_export.m @@ -400,13 +400,13 @@ int start_qt(struct Scene *scene, struct RenderData *rd, int rectx, int recty, R qtexport->audioInputFormat.mFormatFlags |= kLinearPCMFormatFlagIsPacked; - /*Ouput format*/ + /*Output format*/ qtexport->audioOutputFormat.mFormatID = rd->qtcodecsettings.audiocodecType; //TODO: set audio channels qtexport->audioOutputFormat.mChannelsPerFrame = 2; qtexport->audioOutputFormat.mSampleRate = rd->qtcodecsettings.audioSampleRate; - /* Default value for compressed formats, overriden after if not the case */ + /* Default value for compressed formats, overridden after if not the case */ qtexport->audioOutputFormat.mFramesPerPacket = 0; qtexport->audioOutputFormat.mBytesPerFrame = 0; qtexport->audioOutputFormat.mBytesPerPacket = 0; diff --git a/source/blender/quicktime/apple/qtkit_import.m b/source/blender/quicktime/apple/qtkit_import.m index 197cbdc2f0b..073fb31ff96 100644 --- a/source/blender/quicktime/apple/qtkit_import.m +++ b/source/blender/quicktime/apple/qtkit_import.m @@ -85,7 +85,7 @@ int anim_is_quicktime (const char *name) if( BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || - BLI_testextensie(name, ".avi") || // wouldnt be appropriate ;) + BLI_testextensie(name, ".avi") || // wouldn't be appropriate ;) BLI_testextensie(name, ".mov") || // disabled, suboptimal decoding speed BLI_testextensie(name, ".mp4") || // disabled, suboptimal decoding speed BLI_testextensie(name, ".m4v") || // disabled, suboptimal decoding speed diff --git a/source/blender/quicktime/apple/quicktime_import.c b/source/blender/quicktime/apple/quicktime_import.c index f3e71feec58..5b13d77a030 100644 --- a/source/blender/quicktime/apple/quicktime_import.c +++ b/source/blender/quicktime/apple/quicktime_import.c @@ -195,7 +195,7 @@ int anim_is_quicktime(const char *name) if (BLI_testextensie(name, ".swf") || BLI_testextensie(name, ".txt") || BLI_testextensie(name, ".mpg") || - BLI_testextensie(name, ".avi") || /* wouldnt be appropriate ;) */ + BLI_testextensie(name, ".avi") || /* wouldn't be appropriate ;) */ BLI_testextensie(name, ".tga") || BLI_testextensie(name, ".png") || BLI_testextensie(name, ".bmp") || -- cgit v1.2.3