diff options
author | dynaflash <[email protected]> | 2010-10-08 22:00:20 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2010-10-08 22:00:20 +0000 |
commit | 29c481714320b4776a564289d344319758b18901 (patch) | |
tree | 6ecc8f92bcfe7643bfed67cbcd7308b81c085865 /macosx/HBPreferencesController.m | |
parent | 363df88f12422fa9b2ac2f005745340a6f0fa56d (diff) |
MacGui: Use libhb for audio limits as well as defaults.
- Patch by circlone!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3585 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index 15653fe57..a0e7b8455 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -64,6 +64,8 @@ @"0.25", @"x264CqSliderFractional", @"YES", @"AlertBuiltInPresetUpdate", @"MetaX", @"SendCompletedEncodeToApp", + @"YES", @"AC3PassthruDefaultsToAC3", + @"YES", @"CodecDefaultsMixdown", nil]]; } |