OSDN Git Service

MacGui: fix chapter markers which were borked in 1703
authordynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 17 Sep 2008 15:04:04 +0000 (15:04 +0000)
committerdynaflash <dynaflash@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 17 Sep 2008 15:04:04 +0000 (15:04 +0000)
-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://localhost/HandBrake/trunk@1708 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm

index 8e85aab..5072e61 100644 (file)
@@ -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;
     }