summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.mm
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Controller.mm')
-rw-r--r--macosx/Controller.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm
index 8e85aab68..5072e6136 100644
--- a/macosx/Controller.mm
+++ b/macosx/Controller.mm
@@ -2482,7 +2482,7 @@ fWorkingCount = 0;
/* We set the chapter marker extraction here based on the format being
mpeg4 or mkv and the checkbox being checked */
- if ([[queueToApply objectForKey:@"Mp4HttpOptimize"] intValue] == 1)
+ if ([[queueToApply objectForKey:@"ChapterMarkers"] intValue] == 1)
{
job->chapter_markers = 1;
}