summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop
diff options
context:
space:
mode:
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r--win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs
index ff5d5828e..b0ddff959 100644
--- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs
+++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs
@@ -19,6 +19,9 @@ namespace HandBrake.Interop.Model.Encoding
[Display(Name = "Dolby Pro Logic II")]
DolbyProLogicII = 0,
+ [Display(Name = "None")]
+ None,
+
[Display(Name = "Automatic")]
Auto,
@@ -48,8 +51,5 @@ namespace HandBrake.Interop.Model.Encoding
[Display(Name = "7.1 (5F/2R/LFE)")]
Five_2_LFE,
-
- [Display(Name = "None")]
- None,
}
}