summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.ApplicationServices
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-03-11 20:20:24 +0000
committerJohn Stebbins <[email protected]>2016-03-11 14:14:40 -0700
commit66e46f61e359341c68926569ecfe764c6ebbff36 (patch)
treed8ba5c43d864658ef3aadec4109cdd931d5f4a13 /win/CS/HandBrake.ApplicationServices
parentbe495c77c554e0ec10dfd81e53fe8b4c170ba6b7 (diff)
WinGui: Missing Decomb options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r--win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs
index eab94ef2a..3bbd33093 100644
--- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs
+++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs
@@ -26,6 +26,12 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding
Bob,
[ShortName("custom")]
- Custom
+ Custom,
+
+ [ShortName("eedi2")]
+ EEDI2,
+
+ [ShortName("eedi2bob")]
+ EEDI2Bob
}
}