summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/HBJob.m')
-rw-r--r--macosx/HBJob.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBJob.m b/macosx/HBJob.m
index 921eb4304..021c53640 100644
--- a/macosx/HBJob.m
+++ b/macosx/HBJob.m
@@ -65,7 +65,7 @@ NSString *HBChaptersChangedNotification = @"HBChaptersChangedNotification";
NSDictionary *content = preset.content;
- self.container = hb_container_get_from_name(hb_container_sanitize_name([content[@"FileFormat"] UTF8String]));
+ self.container = hb_container_get_from_name([content[@"FileFormat"] UTF8String]);
// MP4 specifics options.
self.mp4HttpOptimize = [content[@"Mp4HttpOptimize"] boolValue];