summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-04-19 18:35:49 +0000
committerdynaflash <[email protected]>2007-04-19 18:35:49 +0000
commit4c58630085055686e8980c67d12cdde576fdea2f (patch)
treee020112e5aaf1fccdee73c1d002815b9d9de9df6 /macosx/Controller.h
parentd8bb128078f1084446ab1d2616cf02251dc46dca (diff)
MacGui: Initial implementation of capping avialable bitrates depending on audio track mixdown
- added AudioTrackMixdownChanged method to controller.mm which evaluates other selections and adjusts available bitrates to choose from - currently just caps bitrates at 160 for anything other than 6 channel discrete - 6 channel discrete in either audio track mixdown enables bitrates up to 384. - Will likely need to add other conditions as well git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@533 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index f5a84bbbb..a866d58c7 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -174,6 +174,7 @@
- (IBAction) SelectAudioTrackInPopUp: (id) sender searchPrefixString: (NSString *) searchPrefixString selectIndexIfNotFound: (int) selectIndexIfNotFound;
- (IBAction) AudioTrackPopUpChanged: (id) sender;
- (IBAction) AudioTrackPopUpChanged: (id) sender mixdownToUse: (int) mixdownToUse;
+- (IBAction) AudioTrackMixdownChanged: (id) sender;
- (IBAction) BrowseFile: (id) sender;
- (void) BrowseFileDone: (NSSavePanel *) sheet