diff options
author | Rodeo <[email protected]> | 2012-01-24 17:13:26 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2012-01-24 17:13:26 +0000 |
commit | b0c88b1f459ffbb9baeb13b88f97293d170fcc74 (patch) | |
tree | 3a56ed5b5a269794fabc185133d528104bb565dc /macosx/HBPreferencesController.m | |
parent | dab8b3b4cfbe05f84bb89fb76252c68c41d3a06f (diff) |
MacGui: add Auto Passthru support.
By default, all available passthru codecs are allowed, and the fallback is the AC3 encoder.
Advanced settings can be enabled in Preferences > Audio, but are disabled by default.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4419 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 a381b09a8..1be9ccf76 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -64,6 +64,7 @@ @"0.25", @"x264CqSliderFractional", @"YES", @"AlertBuiltInPresetUpdate", @"MetaX", @"SendCompletedEncodeToApp", + @"NO", @"ShowAdvancedOptsForAutoPassthru", nil]]; } |