diff options
author | sr55 <[email protected]> | 2013-04-12 20:07:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-04-12 20:07:08 +0000 |
commit | da8a0f3ace2b71ef1cbb911d194dd1f9561017b0 (patch) | |
tree | c13e4d1e2826a881100bf36502fe3840760644a9 /win/CS/HandBrakeWPF/UserSettingConstants.cs | |
parent | ee69423b2777934d1fc19b41cd428c9e28f1b65f (diff) |
WinGui: Fix the x264 preset/tune/profile tooltip so that it now shows the equivalent x264 query. Also added an option to disable libhb features such as this incase this turns out to be problematic.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5397 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/UserSettingConstants.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/UserSettingConstants.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/UserSettingConstants.cs b/win/CS/HandBrakeWPF/UserSettingConstants.cs index a90094cb5..1f4c02fce 100644 --- a/win/CS/HandBrakeWPF/UserSettingConstants.cs +++ b/win/CS/HandBrakeWPF/UserSettingConstants.cs @@ -196,6 +196,11 @@ namespace HandBrakeWPF /// </summary>
public const string LastPreviewDuration = "LastPreviewDuration";
+ /// <summary>
+ /// Disable LibHb Features
+ /// </summary>
+ public const string DisableLibHbFeatures = "DisableLibHbFeatures";
+
#endregion
}
}
\ No newline at end of file |