From e5e5f0a67d44137dd6f69d85dd5d5b46cac1c850 Mon Sep 17 00:00:00 2001 From: sr55 Date: Mon, 31 Dec 2012 13:18:08 +0000 Subject: [PATCH] WinGui: Remove High10 and High422 options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5119 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeInterop/Model/Encoding/x264/x264Profile.cs | 8 ++++---- 1 file 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, -- 2.40.0