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 --- win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs | 4 ++-- .../HandBrakeInterop/Model/Encoding/x264/x264Profile.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'win/CS') diff --git a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs index d827daff1..39b601a27 100644 --- a/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs +++ b/win/CS/HandBrake.ApplicationServices/Utilities/Converters.cs @@ -436,8 +436,8 @@ namespace HandBrake.ApplicationServices.Utilities // return x264Profile.High10; //case "high422": // return x264Profile.High422; - case "high444": - return x264Profile.High444; + //case "high444": + // return x264Profile.High444; default: return x264Profile.Main; } 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