summaryrefslogtreecommitdiffstats
path: root/macosx/HBAudioController.m
diff options
context:
space:
mode:
authorRodeo <[email protected]>2012-01-24 17:13:26 +0000
committerRodeo <[email protected]>2012-01-24 17:13:26 +0000
commitb0c88b1f459ffbb9baeb13b88f97293d170fcc74 (patch)
tree3a56ed5b5a269794fabc185133d528104bb565dc /macosx/HBAudioController.m
parentdab8b3b4cfbe05f84bb89fb76252c68c41d3a06f (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/HBAudioController.m')
-rw-r--r--macosx/HBAudioController.m8
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/HBAudioController.m b/macosx/HBAudioController.m
index 09cc27f37..fe4b6072e 100644
--- a/macosx/HBAudioController.m
+++ b/macosx/HBAudioController.m
@@ -303,14 +303,6 @@ NSString *HBMixdownChangedNotification = @"HBMixdownChangedNotification";
[dict setObject: @"AAC (CoreAudio)" forKey: @"AudioEncoder"];
}
- // Auto Passthru not yet enabled - fallback to AC3 Passthru as it is
- // compatible with all source codecs (via the AC3 encoder fallback)
- if ([key isEqualToString: @"Auto Passthru"])
- {
- [dict setObject: @"AC3 Passthru" forKey: @"AudioEncoder"];
- key = @"AC3 Passthru";
- }
-
// passthru fallbacks
if ([key isEqualToString: @"AAC Passthru"])
{