summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2011-10-23 13:54:50 +0000
committersr55 <[email protected]>2011-10-23 13:54:50 +0000
commit21f50a8bb97e2fe04a650b11a82f6b35f90f8aad (patch)
tree7d885fb41d6c2ee77d9c3c96b52dee3a201c44cf /win/CS/HandBrake.Interop/HandBrakeInterop
parentd750952f674316543f3623a11c552ce056ed2b25 (diff)
WinGui: Add support for new decomb options.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4312 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs
index f56e6f03e..c019f00ae 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Decomb.cs
@@ -13,6 +13,7 @@ namespace HandBrake.Interop.Model.Encoding
{
Off = 0,
Default,
- Custom
+ Custom,
+ Fast
}
}