summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/HBPreviewGenerator.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPreviewGenerator.m b/macosx/HBPreviewGenerator.m
index a12dbe5fb..093a64fea 100644
--- a/macosx/HBPreviewGenerator.m
+++ b/macosx/HBPreviewGenerator.m
@@ -214,6 +214,8 @@
formatter.showPassNumber = NO;
formatter.title = NSLocalizedString(@"preview", nil);
+ self.core.stateFormatter = formatter;
+
// start the actual encode
[self.core encodeJob:job
progressHandler:^(HBState state, HBProgress progress, NSString *info) {