]> granicus.if.org Git - handbrake/commitdiff
MacGui: Fix issue where prepareJob was not sensing MKV in the Format popup correctly.
authordynaflash <dynaflashtech@gmail.com>
Wed, 5 Mar 2008 14:29:45 +0000 (14:29 +0000)
committerdynaflash <dynaflashtech@gmail.com>
Wed, 5 Mar 2008 14:29:45 +0000 (14:29 +0000)
- Takes care of the no mkv chapter issues reported here: http://forum.handbrake.fr/viewtopic.php?f=12&t=5120
- Thanks for the diagnostic testing and bringing it to our attention simoncoul !

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1327 b64f7644-9d1e-0410-96f1-a4d463321fa5

macosx/Controller.mm

index 2b78c54e0005a45b31f2b5e2ec0133c6952032ca..a64afe76dcb5d418469fd0980165b274782ed947 100644 (file)
@@ -1439,7 +1439,7 @@ static NSString *        ChooseSourceIdentifier             = @"Choose Source It
         job->mp4_optimize = 0;
         }
     }
-       if ([fDstFormatPopUp indexOfSelectedItem] == 0 || [fDstFormatPopUp indexOfSelectedItem] == 3)
+       if ([fDstFormatPopUp indexOfSelectedItem] == 0 || [fDstFormatPopUp indexOfSelectedItem] == 1)
        {
          /* We set the chapter marker extraction here based on the format being
                mpeg4 or mkv and the checkbox being checked */