diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Presets/HBPreset.cs | 16 |
1 files changed, 3 insertions, 13 deletions
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 @@ -122,24 +122,14 @@ namespace HandBrake.ApplicationServices.Interop.Json.Presets public int PictureDeblock { get; set; }
/// <summary>
- /// Gets or sets the picture decomb.
- /// </summary>
- public string PictureDecomb { get; set; }
-
- /// <summary>
- /// Gets or sets the picture decomb custom.
- /// </summary>
- public string PictureDecombCustom { get; set; }
-
- /// <summary>
/// Gets or sets a value indicating whether picture decomb deinterlace.
/// </summary>
- public bool PictureDecombDeinterlace { get; set; }
+ public string PictureDeinterlaceFilter { get; set; }
/// <summary>
- /// Gets or sets the picture deinterlace.
+ /// Gets or sets the picture deinterlace preset.
/// </summary>
- public string PictureDeinterlace { get; set; }
+ public string PictureDeinterlacePreset { get; set; }
/// <summary>
/// Gets or sets the picture deinterlace custom.
|