diff options
-rw-r--r-- | macosx/Controller.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Controller.mm b/macosx/Controller.mm index 2b78c54e0..a64afe76d 100644 --- a/macosx/Controller.mm +++ b/macosx/Controller.mm @@ -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 */ |