summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs6
1 files changed, 3 insertions, 3 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 d45a83f0a..ad2bc9063 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs
@@ -32,9 +32,9 @@ namespace HandBrake.Interop.Model.Encoding.x264
//High10, HandBrake does not yet support 10bit.
//[Display(Name = "High 422")]
- //High422,
+ //High422, Not supported
- [Display(Name = "High 444")]
- High444,
+ //[Display(Name = "High 444")]
+ // High444, Use Auto Instead.
}
}