summaryrefslogtreecommitdiffstats
path: root/macosx/HBPresets.m
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-07-24 16:29:42 +0000
committerjstebbins <[email protected]>2011-07-24 16:29:42 +0000
commit4f0cc8d541dc2972a096b5294383b4656b5d550d (patch)
tree55a0d12b035766f20e67e0fdf2fdcc2e8f2fb6f3 /macosx/HBPresets.m
parent0fdec2543303f9419af6ccfaad41266b1dc38953 (diff)
Update built-in presets and manicure to use mixdown "None" for passthru
Thanks to Rodeo for patch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4134 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresets.m')
-rw-r--r--macosx/HBPresets.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/macosx/HBPresets.m b/macosx/HBPresets.m
index 49d154f22..fc37c1acf 100644
--- a/macosx/HBPresets.m
+++ b/macosx/HBPresets.m
@@ -245,7 +245,7 @@
NSMutableDictionary *audioTrack2Array = [[NSMutableDictionary alloc] init];
[audioTrack2Array setObject:[NSNumber numberWithInt:1] forKey:@"AudioTrack"];
[audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioEncoder"];
- [audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioMixdown"];
+ [audioTrack2Array setObject:@"None" forKey:@"AudioMixdown"];
[audioTrack2Array setObject:@"Auto" forKey:@"AudioSamplerate"];
[audioTrack2Array setObject:@"160" forKey:@"AudioBitrate"];
/* Note: we ignore specified bitrate for AC3 Passthru in libhb and use
@@ -357,7 +357,7 @@
NSMutableDictionary *audioTrack2Array = [[NSMutableDictionary alloc] init];
[audioTrack2Array setObject:[NSNumber numberWithInt:1] forKey:@"AudioTrack"];
[audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioEncoder"];
- [audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioMixdown"];
+ [audioTrack2Array setObject:@"None" forKey:@"AudioMixdown"];
[audioTrack2Array setObject:@"Auto" forKey:@"AudioSamplerate"];
[audioTrack2Array setObject:@"160" forKey:@"AudioBitrate"];
/* Note: we ignore specified bitrate for AC3 Passthru in libhb and use
@@ -665,7 +665,7 @@
NSMutableDictionary *audioTrack2Array = [[NSMutableDictionary alloc] init];
[audioTrack2Array setObject:[NSNumber numberWithInt:1] forKey:@"AudioTrack"];
[audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioEncoder"];
- [audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioMixdown"];
+ [audioTrack2Array setObject:@"None" forKey:@"AudioMixdown"];
[audioTrack2Array setObject:@"Auto" forKey:@"AudioSamplerate"];
[audioTrack2Array setObject:@"160" forKey:@"AudioBitrate"];
/* Note: we ignore specified bitrate for AC3 Passthru in libhb and use
@@ -870,7 +870,7 @@
NSMutableDictionary *audioTrack2Array = [[NSMutableDictionary alloc] init];
[audioTrack2Array setObject:[NSNumber numberWithInt:1] forKey:@"AudioTrack"];
[audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioEncoder"];
- [audioTrack2Array setObject:@"AC3 Passthru" forKey:@"AudioMixdown"];
+ [audioTrack2Array setObject:@"None" forKey:@"AudioMixdown"];
[audioTrack2Array setObject:@"Auto" forKey:@"AudioSamplerate"];
[audioTrack2Array setObject:@"160" forKey:@"AudioBitrate"];
/* Note: we ignore specified bitrate for AC3 Passthru in libhb and use