diff options
author | sr55 <[email protected]> | 2011-08-06 12:04:07 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-08-06 12:04:07 +0000 |
commit | c193472743940be0d0fab597328a95fc4724d0fa (patch) | |
tree | c802bb044502a3ad809d4c34a2f78ece18be7d9e /win/CS/Controls | |
parent | e4d2f894482ebfb95dc55a97e3dc417d005e7324 (diff) |
WinGui: Subme 11 support.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4156 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/Controls')
-rw-r--r-- | win/CS/Controls/x264Panel.Designer.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/Controls/x264Panel.Designer.cs b/win/CS/Controls/x264Panel.Designer.cs index 538f3eff6..dfc21b6d5 100644 --- a/win/CS/Controls/x264Panel.Designer.cs +++ b/win/CS/Controls/x264Panel.Designer.cs @@ -364,7 +364,8 @@ namespace Handbrake.Controls "7: RD in all frames",
"8: RD refine in I/P-frames",
"9: RD refine in all frames",
- "10: QPRD in all frames"});
+ "10: QPRD in all frames",
+ "11: No early terminations in analysis"});
this.drop_subpixelMotionEstimation.Location = new System.Drawing.Point(417, 105);
this.drop_subpixelMotionEstimation.Name = "drop_subpixelMotionEstimation";
this.drop_subpixelMotionEstimation.Size = new System.Drawing.Size(139, 21);
|