diff options
author | Rodeo <[email protected]> | 2011-08-18 23:04:02 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2011-08-18 23:04:02 +0000 |
commit | ebc41002e0a8eef6e1dbf3f1c962a9c630b54179 (patch) | |
tree | 6a47d1990da73ff08704cd490a2e93443c6c9377 /macosx/HBPreferencesController.m | |
parent | c940d50b267c06d669dd068ece3b0baa5309a320 (diff) |
MacGui: Make AAC and MP3 passthru fall back to the AAC and MP3 encoders, respectively (instead of dropping them like DTS/DTS-HD).
Drop the never-used AC3PassthruDefaultsToAC3 preference (it defaulted to true and was never wired to the GUI).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4186 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPreferencesController.m')
-rw-r--r-- | macosx/HBPreferencesController.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBPreferencesController.m b/macosx/HBPreferencesController.m index e8be9227c..a381b09a8 100644 --- a/macosx/HBPreferencesController.m +++ b/macosx/HBPreferencesController.m @@ -64,7 +64,6 @@ @"0.25", @"x264CqSliderFractional", @"YES", @"AlertBuiltInPresetUpdate", @"MetaX", @"SendCompletedEncodeToApp", - @"YES", @"AC3PassthruDefaultsToAC3", nil]]; } |