From 4ae241b8ecdc2b5613bb42982f0a60eaef447be3 Mon Sep 17 00:00:00 2001 From: dynaflash Date: Wed, 17 Sep 2008 15:04:04 +0000 Subject: MacGui: fix chapter markers which were borked in 1703 -Note: this only fixed adding chapter markers. Custom chapter names are *not* fixed, if chapter markers checkbox is checked you will currently get 001, 002, etc. etc. for chapter names. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1708 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/Controller.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx') 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; } -- cgit v1.2.3