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:
Diffstat (limited to 'source/blender/quicktime/apple/qtkit_export.m')
-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];