diff options
author | sr55 <[email protected]> | 2012-12-31 13:18:08 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-12-31 13:18:08 +0000 |
commit | e5e5f0a67d44137dd6f69d85dd5d5b46cac1c850 (patch) | |
tree | 2cb1877e9cac3999406bf2ca856b41db95c3a8bf | |
parent | 7d4bcfe35af1749c69be9e9cc1b042b886dc8b52 (diff) |
WinGui: Remove High10 and High422 options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5119 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs index e82d772d6..d45a83f0a 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs @@ -28,11 +28,11 @@ namespace HandBrake.Interop.Model.Encoding.x264 [Display(Name = "High")]
High,
- [Display(Name = "High 10")]
- High10,
+ //[Display(Name = "High 10")]
+ //High10, HandBrake does not yet support 10bit.
- [Display(Name = "High 422")]
- High422,
+ //[Display(Name = "High 422")]
+ //High422,
[Display(Name = "High 444")]
High444,
|