summaryrefslogtreecommitdiffstats
path: root/macosx/HBPreviewGenerator.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBPreviewGenerator.m')
-rw-r--r--macosx/HBPreviewGenerator.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m
index 64effac2c..dce77e1aa 100644
--- a/macosx/HBPreviewGenerator.m
+++ b/macosx/HBPreviewGenerator.m
@@ -390,6 +390,10 @@ typedef enum EncodeState : NSUInteger {
{
[self.delegate didCreateMovieAtURL:self.fileURL];
}
+ else
+ {
+ [self.delegate didCancelMovieCreation];
+ }
self.encodeState = EncodeStateIdle;