diff options
author | dynaflash <[email protected]> | 2007-06-14 15:56:36 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-06-14 15:56:36 +0000 |
commit | 8905d54302cd7c40328a83640b811577f66c098f (patch) | |
tree | 171023a61ad6841a5f724fba601a0fda83fff4da /macosx/HBPreferencesController.m | |
parent | 7b313a2bd42c49d61b4cac2449923c6b8dd33666 (diff) |
MacGui: + 4 GB Mpeg-4 modification
- adds a preference in the preferences window under advanced to turn on the option to use 64 bit formatting.
- default is unchecked, so unless the user checks this preference, they will never even see the option in the main window, and HB will ignore it all of the time.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@620 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 53d2538e6..2bb38bfc0 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -40,6 +40,7 @@ @"NO", @"DefaultAutoNaming", @"NO", @"DefaultChapterMarkers", @"NO", @"ShowVerboseOutput", + @"NO", @"AllowLargeFiles", nil]]; } |