summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrake.Interop/HandBrakeInterop
diff options
context:
space:
mode:
authorsr55 <[email protected]>2012-09-07 21:05:02 +0000
committersr55 <[email protected]>2012-09-07 21:05:02 +0000
commitee6967a926c3f735123357f6db06bdb14a6b9ab9 (patch)
treedc600d91d0939e15947abad7f00da76e513ee1b6 /win/CS/HandBrake.Interop/HandBrakeInterop
parente35e2bce468fdf5a00b5ac42f18cd4115f5ab045 (diff)
WinGui: Make sure new Mixdowns get appropriate bitrate selections for aac
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4936 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop')
-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,
}
}