summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-01-05 20:33:55 +0000
committersr55 <[email protected]>2015-01-05 20:33:55 +0000
commit7faa75a3f684470aaaf52d03fce46a55426c6c53 (patch)
tree89bfdf0af07f0e0049b3770a0240cfa972763c8d /win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs
parentd9b030c21a0b104fb85400d9fc1526e6dc31acc0 (diff)
WinGui: Further fixes to libhb json api filters code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6686 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs
deleted file mode 100644
index 8251dc9d5..000000000
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/OutputFormat.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="OutputFormat.cs" company="HandBrake Project (http://handbrake.fr)">
-// This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
-// </copyright>
-// <summary>
-// Defines the OutputFormat type.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
-
-namespace HandBrake.Interop.Model.Encoding
-{
- using System.ComponentModel.DataAnnotations;
-
- public enum OutputFormat
- {
- [Display(Name = "MP4")]
- Mp4,
- [Display(Name = "MKV")]
- Mkv
- }
-}