OSDN Git Service

add win/C# diff files
[handbrake-jp/handbrake-jp.git] / win / C# / interop / Model / Encoding / Decomb.cs.diff
diff --git a/win/C#/interop/Model/Encoding/Decomb.cs.diff b/win/C#/interop/Model/Encoding/Decomb.cs.diff
new file mode 100644 (file)
index 0000000..3ea0f7b
--- /dev/null
@@ -0,0 +1,20 @@
+diff --git a/win/C#/interop/Model/Encoding/Decomb.cs b/win/C#/interop/Model/Encoding/Decomb.cs
+new file mode 100644
+index 0000000..9060b01
+--- /dev/null
++++ b/win/C#/interop/Model/Encoding/Decomb.cs
+@@ -0,0 +1,14 @@
++using System;\r
++using System.Collections.Generic;\r
++using System.Linq;\r
++using System.Text;\r
++\r
++namespace HandBrake.Interop\r
++{\r
++    public enum Decomb\r
++    {\r
++        Off = 0,\r
++        Default,\r
++        Custom\r
++    }\r
++}\r