diff options
Diffstat (limited to 'win/C#/interop/Model/Encoding/Mixdown.cs')
-rw-r--r-- | win/C#/interop/Model/Encoding/Mixdown.cs | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/win/C#/interop/Model/Encoding/Mixdown.cs b/win/C#/interop/Model/Encoding/Mixdown.cs index a4df6a196..2049d0921 100644 --- a/win/C#/interop/Model/Encoding/Mixdown.cs +++ b/win/C#/interop/Model/Encoding/Mixdown.cs @@ -1,17 +1,10 @@ -// --------------------------------------------------------------------------------------------------------------------
-// <copyright file="Mixdown.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 Mixdown type.
-// </summary>
-// --------------------------------------------------------------------------------------------------------------------
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
-namespace HandBrake.Interop.Model.Encoding
+namespace HandBrake.Interop
{
- /// <summary>
- /// The Mixdown mode
- /// </summary>
public enum Mixdown
{
[DisplayString("Dolby Pro Logic II")]
|