From 6b9c017e63f06e9a7b66062d0a8cb460a02ca6b6 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Mon, 27 Apr 2009 15:18:05 +0000 Subject: add libdvdnav support emulates the vm of a dvd player in order to navigate the disc more reliably it is optional and disabled by default CLI option '--dvdnav' enables. GUI's have a new option in preferences. When dvdnav is enabled, you can also select angles (cli '--angle') git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2355 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- macosx/HBPreferencesController.m | 1 + 1 file changed, 1 insertion(+) (limited to 'macosx/HBPreferencesController.m') diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index e82bfd0ab..7f947e12b 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -47,6 +47,7 @@ @"English", @"DefaultLanguage", @"NO", @"DefaultMpegName", @"YES", @"DefaultCrf", + @"NO", @"UseDvdNav", @"", @"DefAdvancedx264Flags", @"YES", @"DefaultPresetsDrawerShow", desktopDirectory, @"LastDestinationDirectory", -- cgit v1.2.3