Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 22:35:03 +0300
committerDamien Plisson <damien.plisson@yahoo.fr>2009-11-18 22:35:03 +0300
commit5f6b9fd324162358ac482b151bc034e0006d6734 (patch)
tree57b1f61a3a3390391455376a8c0cf3f9201da46c /source/blender/quicktime
parentec6f00c1bb34a8506a7bb468804c6fa8696df614 (diff)
Quicktime-cocoa : fix file busy issue when rendering a second time with quicktime export
Diffstat (limited to 'source/blender/quicktime')
-rw-r--r--source/blender/quicktime/apple/qtkit_export.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/quicktime/apple/qtkit_export.m b/source/blender/quicktime/apple/qtkit_export.m
index e308118e9d6..460b35a0592 100644
--- a/source/blender/quicktime/apple/qtkit_export.m
+++ b/source/blender/quicktime/apple/qtkit_export.m
@@ -187,7 +187,9 @@ void end_qt(void)
if (qtexport->movie) {
/* Flush update of the movie file */
[qtexport->movie updateMovieFile];
-
+
+ [qtexport->movie invalidate];
+
/* Clean up movie structure */
[qtexport->filename release];
[qtexport->frameAttributes release];