From 93235d2c7d15e031015ebbbfeefa14778fe9a56e Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 28 Dec 2012 11:21:14 +0000 Subject: WinGui: Initial work to implement x264 Preset/Tune/Profile/Level options in-gui. Still some stuff to tidy up but should be usable for now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5113 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- .../HandBrakeInterop/Model/Encoding/x264/x264Preset.cs | 3 --- .../HandBrakeInterop/Model/Encoding/x264/x264Profile.cs | 2 +- .../HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) (limited to 'win/CS/HandBrake.Interop') diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs index d0bb915a4..f68c293e5 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Preset.cs @@ -16,9 +16,6 @@ namespace HandBrake.Interop.Model.Encoding.x264 /// public enum x264Preset { - [Display(Name = "None")] - None = 0, - [Display(Name = "Ultrafast")] Ultrafast, 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 9cbce6161..e82d772d6 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Profile.cs @@ -16,7 +16,7 @@ namespace HandBrake.Interop.Model.Encoding.x264 /// public enum x264Profile { - [Display(Name = "None")] + [Display(Name = "Auto")] None = 0, [Display(Name = "Baseline")] diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs index 60421cc02..1ae23c437 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/x264/x264Tune.cs @@ -39,8 +39,5 @@ namespace HandBrake.Interop.Model.Encoding.x264 [Display(Name = "Fast Decode")] Fastdecode, - - [Display(Name = "Zero Latency")] - Zerolatency, } } -- cgit v1.2.3