diff options
author | sr55 <[email protected]> | 2016-01-03 21:12:34 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-01-03 21:12:34 +0000 |
commit | 5e6b7a64fd8b9637dc511b060cc15bc4137fa1f3 (patch) | |
tree | fe4367e98f4a6c1409feced22ba92ed9985ea780 /win/CS/HandBrake.ApplicationServices | |
parent | 018396ad1821b2ae1fbdd6b3373fa93ec0f2b8ac (diff) |
WinGui: Don't set mixdown to dpl2 for Passthru. Should now use internal libhb defaults.
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Mixdown.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Mixdown.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Mixdown.cs index 05f554e6b..66a2d4e1a 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Mixdown.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Mixdown.cs @@ -22,11 +22,11 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding DolbyProLogicII = 0,
[Display(Name = "None")]
- [ShortName("dpl2")]
+ [ShortName("none")]
None,
[Display(Name = "Automatic")]
- [ShortName("dpl2")]
+ [ShortName("none")]
Auto,
[Display(Name = "Mono")]
|