From 66e46f61e359341c68926569ecfe764c6ebbff36 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 11 Mar 2016 20:20:24 +0000 Subject: WinGui: Missing Decomb options --- .../Interop/Model/Encoding/Decomb.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 } } -- cgit v1.2.3