summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/Interop/Json
diff options
context:
space:
mode:
authorsr55 <[email protected]>2021-01-30 17:20:03 +0000
committersr55 <[email protected]>2021-01-30 17:20:03 +0000
commit64e15a878106652f723bd0d72c3a32a3e7e184c8 (patch)
tree77f888ce0bd1510723e5612298bc1193aeb48084 /win/CS/HandBrake.Interop/Interop/Json
parent15cad9f2092ece526ea245b9600fd57de0d0561c (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.cs4
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>