summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.m
diff options
context:
space:
mode:
authordynaflash <[email protected]>2011-07-19 15:28:24 +0000
committerdynaflash <[email protected]>2011-07-19 15:28:24 +0000
commit4c30ccadee5199d8c9bd0a4c4d38b50216cac409 (patch)
treec83e531d15b128b5907ef36ad0083558a50383e2 /macosx/Controller.m
parentaf8c57cdd80095f433a25b59194a7d16c9c70d36 (diff)
MacGUI: Consolidate passthrough mixdowns.
- There's no need for one passthrough mixdown per passthrough codec. - When using passthru, mixdown is set to "None". - Patch by Rodeo ... Thanks! - Fix a bug where we would sometimes attempt to modify a non-mutable NSDictionary, causing a crash. - Fix by blindjimmy ... Thanks! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4121 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.m')
-rw-r--r--macosx/Controller.m3
1 files changed, 0 insertions, 3 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index d47adde10..484ab3865 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -4520,9 +4520,6 @@ bool one_burned = FALSE;
[fVidEncoderPopUp selectItemAtIndex:0];
[self videoEncoderPopUpChanged:nil];
- /* changing the format may mean that we can / can't offer mono or 6ch, */
- /* so call audioTrackPopUpChanged for both audio tracks to update the mixdown popups */
-
/* We call the method to properly enable/disable turbo 2 pass */
[self twoPassCheckboxChanged: sender];
/* We call method method to change UI to reflect whether a preset is used or not*/