summaryrefslogtreecommitdiffstats
path: root/macosx/HBAdvancedController.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-10-09 17:50:44 +0000
committerjbrjake <[email protected]>2008-10-09 17:50:44 +0000
commit93288096cd99266708044c4bf177374e8f1a46de (patch)
treeb9dde196dac782433f4b00539d8a8c431115bbb9 /macosx/HBAdvancedController.h
parentffe47d6ff6ac8b5241081d382302694bfe297fee (diff)
Bumps x264 to r999, bringing with it, among other things, the removal of the b-rdo and bime options and new subme modes to replace them.
Subme 5 or greater now includes bime. Subme 7 is now subme 6 with b-rdo Subme 8 is the old subme 7 with b-rdo Subme 9 is new, does RD-refinement for b-frames. MacGui presets and advanced tab have been updated to reflect these changes (don't forget to update built-in presets). CLI will wait, as manicure.rb is in a state of flux. WinGui and LinGui still need to be updated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1821 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBAdvancedController.h')
-rw-r--r--macosx/HBAdvancedController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/macosx/HBAdvancedController.h b/macosx/HBAdvancedController.h
index 7907633a6..3af5b5be7 100644
--- a/macosx/HBAdvancedController.h
+++ b/macosx/HBAdvancedController.h
@@ -36,12 +36,8 @@
IBOutlet NSPopUpButton * fX264optMERangePopUp;
IBOutlet NSTextField * fX264optWeightBLabel;
IBOutlet NSButton * fX264optWeightBSwitch;
- IBOutlet NSTextField * fX264optBRDOLabel;
- IBOutlet NSButton * fX264optBRDOSwitch;
IBOutlet NSTextField * fX264optBPyramidLabel;
IBOutlet NSButton * fX264optBPyramidSwitch;
- IBOutlet NSTextField * fX264optBiMELabel;
- IBOutlet NSButton * fX264optBiMESwitch;
IBOutlet NSTextField * fX264optDirectPredLabel;
IBOutlet NSPopUpButton * fX264optDirectPredPopUp;
IBOutlet NSTextField * fX264optDeblockLabel;