summaryrefslogtreecommitdiffstats
path: root/macosx/Controller.h
diff options
context:
space:
mode:
authordynaflash <[email protected]>2007-06-14 15:04:53 +0000
committerdynaflash <[email protected]>2007-06-14 15:04:53 +0000
commit7b313a2bd42c49d61b4cac2449923c6b8dd33666 (patch)
treeaee40ee9b0af4db3cf8a8d25bca60ff939f4f04f /macosx/Controller.h
parent29ee70dd4a1adce5f35a26ab353c9268f7b3e476 (diff)
MacGui: Enable + 4GB Mpeg-4 file output
- Add a checkbox under "Format" field to allow > 4 gb file output. - Slightly raised the Format and Codecs popups to allow for checkbox (not totally conviced this is a good place for it, but should work for now). - checkbox auto hides if any format other than mpeg-4 is chosen. - checkbox unchecked by default. - automatically unchecks if h.264 ipod is chosen Note: It Might make sense to add some kind of global in preferences that controls whether or not that feature even presents itself at all, and default it to off so its only available if a user enables it in prefs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@619 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/Controller.h')
-rw-r--r--macosx/Controller.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.h b/macosx/Controller.h
index d04dbab3d..8fd68ac42 100644
--- a/macosx/Controller.h
+++ b/macosx/Controller.h
@@ -51,7 +51,8 @@
/* Destination box */
IBOutlet NSTextField * fDstFormatField;
- IBOutlet NSPopUpButton * fDstFormatPopUp;
+ IBOutlet NSPopUpButton * fDstFormatPopUp;
+ IBOutlet NSButton * fDstMpgLargeFileCheck;
IBOutlet NSTextField * fDstCodecsField;
IBOutlet NSPopUpButton * fDstCodecsPopUp;
IBOutlet NSTextField * fDstFile1Field;