diff options
author | ritsuka <[email protected]> | 2008-07-28 17:22:52 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-07-28 17:22:52 +0000 |
commit | 7738be0ef9af7367628009d570087c7594843658 (patch) | |
tree | 6620adaa0bf6856adabbec7f789ecf02a8e05f88 /macosx/Controller.h | |
parent | 9fcde78af1af10563bf9ea0cd07dbc9da3207a66 (diff) |
MacGui: - Implement automatic extension switching for mp4/m4v.
- Disable http mp4 checkbox when an ac3 track is present.
- Disable autonaming if there is only one title in the source.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1587 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r-- | macosx/Controller.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h index 91f6b322c..4df14f944 100644 --- a/macosx/Controller.h +++ b/macosx/Controller.h @@ -259,6 +259,7 @@ BOOL fIsDragging; - (IBAction) formatPopUpChanged: (id) sender; - (IBAction) videoEncoderPopUpChanged: (id) sender; - (IBAction) autoSetM4vExtension: (id) sender; +- (void) shouldEnableHttpMp4CheckBox: (id) sender; - (IBAction) twoPassCheckboxChanged: (id) sender; - (IBAction) videoFrameRateChanged: (id) sender; - (IBAction) audioAddAudioTrackCodecs: (id)sender; |