From b96ca4f7de03e2c1b2d6865a0ae65798c1afed6f Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 31 Dec 2012 16:20:24 +0000 Subject: WinGui: Removed High444, use auto instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5123 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeInterop/Model/Encoding/x264/x264Profile.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop') 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. } } -- cgit v1.2.3