diff options
author | sr55 <[email protected]> | 2009-08-01 16:40:42 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-01 16:40:42 +0000 |
commit | 156bb687bd00bec7c8ac5b27363c5efb27e2626c (patch) | |
tree | ef0d4eba4f9e830d5b68891989deff816f8d379b /win/C#/Controls/x264Panel.Designer.cs | |
parent | 4000311b8a854781301b75b467a17853bc46756b (diff) |
WinGui:
- Updated Advanced Panel to match new defaults and new animate options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2745 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/x264Panel.Designer.cs')
-rw-r--r-- | win/C#/Controls/x264Panel.Designer.cs | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/win/C#/Controls/x264Panel.Designer.cs b/win/C#/Controls/x264Panel.Designer.cs index e43bd809a..76a156c61 100644 --- a/win/C#/Controls/x264Panel.Designer.cs +++ b/win/C#/Controls/x264Panel.Designer.cs @@ -237,7 +237,7 @@ namespace Handbrake.Controls this.drop_trellis.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_trellis.FormattingEnabled = true;
this.drop_trellis.Items.AddRange(new object[] {
- "Default (0)",
+ "Default (1)",
"0",
"1",
"2"});
@@ -389,7 +389,7 @@ namespace Handbrake.Controls this.drop_subpixelMotionEstimation.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_subpixelMotionEstimation.FormattingEnabled = true;
this.drop_subpixelMotionEstimation.Items.AddRange(new object[] {
- "Default (6)",
+ "Default (7)",
"0",
"1",
"2",
@@ -586,7 +586,7 @@ namespace Handbrake.Controls this.drop_bFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_bFrames.FormattingEnabled = true;
this.drop_bFrames.Items.AddRange(new object[] {
- "Default (0)",
+ "Default (3)",
"0",
"1",
"2",
@@ -608,9 +608,9 @@ namespace Handbrake.Controls this.drop_bFrames.Name = "drop_bFrames";
this.drop_bFrames.Size = new System.Drawing.Size(121, 21);
this.drop_bFrames.TabIndex = 56;
- this.ToolTip.SetToolTip(this.drop_bFrames, "Sane values are 1-6. B-Frames are smaller than other frames, so they let you pack" +
- " in more quality at the same bitrate.\r\nUse more of them with animated material: " +
- "9-16.");
+ this.ToolTip.SetToolTip(this.drop_bFrames, "Sane values are 1-6. \r\nB-Frames are smaller than other frames, so they let you pa" +
+ "ck in more quality at the same bitrate. \r\nUse more of them with animated materia" +
+ "l.");
this.drop_bFrames.SelectedIndexChanged += new System.EventHandler(this.drop_bFrames_SelectedIndexChanged);
//
// label64
@@ -627,7 +627,7 @@ namespace Handbrake.Controls this.drop_refFrames.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.drop_refFrames.FormattingEnabled = true;
this.drop_refFrames.Items.AddRange(new object[] {
- "Default (1)",
+ "Default (3)",
"0",
"1",
"2",
|