diff options
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Decomb.cs | 8 |
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
}
}
|