diff options
author | sr55 <[email protected]> | 2021-01-30 18:33:56 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-01-30 18:33:56 +0000 |
commit | 047b684310107ec84d16bb767a9345c7c7fe1afe (patch) | |
tree | 3bc4622ce970f6d6ef03d0e191ad9d949e4314c3 /win/CS/HandBrake.Interop | |
parent | 64e15a878106652f723bd0d72c3a32a3e7e184c8 (diff) |
WinGui: Add support for Chroma Smooth filter.
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs index 4e42409b8..e31d3dcb4 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs @@ -191,6 +191,12 @@ namespace HandBrake.Interop.Interop.Json.Presets public string PictureColorspaceCustom { get; set; } + public string PictureChromaSmoothPreset { get; set; } + + public string PictureChromaSmoothTune { get; set; } + + public string PictureChromaSmoothCustom { get; set; } + /// <summary> /// Gets or sets a value indicating whether picture itu par. /// </summary> |