summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs8
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,