From 52206517b2aefe811dae08849442a930d58f43aa Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 9 Oct 2015 22:37:30 +0100 Subject: Updating for the new deinterlace/decomb preset keys. --- .../Interop/Json/Presets/HBPreset.cs | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'win/CS/HandBrake.ApplicationServices') diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs index 6112a26a3..f84ad3310 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs @@ -121,25 +121,15 @@ namespace HandBrake.ApplicationServices.Interop.Json.Presets /// public int PictureDeblock { get; set; } - /// - /// Gets or sets the picture decomb. - /// - public string PictureDecomb { get; set; } - - /// - /// Gets or sets the picture decomb custom. - /// - public string PictureDecombCustom { get; set; } - /// /// Gets or sets a value indicating whether picture decomb deinterlace. /// - public bool PictureDecombDeinterlace { get; set; } + public string PictureDeinterlaceFilter { get; set; } /// - /// Gets or sets the picture deinterlace. + /// Gets or sets the picture deinterlace preset. /// - public string PictureDeinterlace { get; set; } + public string PictureDeinterlacePreset { get; set; } /// /// Gets or sets the picture deinterlace custom. -- cgit v1.2.3