diff options
author | sr55 <[email protected]> | 2021-01-30 17:20:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2021-01-30 17:20:03 +0000 |
commit | 64e15a878106652f723bd0d72c3a32a3e7e184c8 (patch) | |
tree | 77f888ce0bd1510723e5612298bc1193aeb48084 /win/CS/HandBrake.Interop/Interop/Json | |
parent | 15cad9f2092ece526ea245b9600fd57de0d0561c (diff) |
WinGui: Add support for the colourspace filter.
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs | 4 |
1 files changed, 4 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 578bcfc50..4e42409b8 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Presets/HBPreset.cs @@ -187,6 +187,10 @@ namespace HandBrake.Interop.Interop.Json.Presets /// </summary> public string PictureDetelecineCustom { get; set; } + public string PictureColorspacePreset { get; set; } + + public string PictureColorspaceCustom { get; set; } + /// <summary> /// Gets or sets a value indicating whether picture itu par. /// </summary> |