diff options
author | sr55 <[email protected]> | 2011-09-16 18:32:02 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-09-16 18:32:02 +0000 |
commit | 454b357568586289bea24d6c0043fe415bb28512 (patch) | |
tree | 6efd4dc945cf60189dea25385d8a3a584a9b3c0c /win/CS/HandBrake.Interop | |
parent | 1a521e3ac23d7036823ae3b157e9a7c7719b2cdd (diff) |
WinGui: Fixes to the Audio Panel.
- Fix a display issue with Encoder and Mixdown on the data grid.
- Don't try to load tracks if there isn't any.
- Fix an issue with auto-correction of Passthru option. (DTS-HD would not auto-correct to the correct passthru for the source track type)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4225 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs index a215474ec..f69833e43 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/AudioEncoder.cs @@ -28,7 +28,7 @@ namespace HandBrake.Interop.Model.Encoding [Display(Name = "Passthrough")]
Passthrough,
- [Display(Name = "Passthrough (AC3)")]
+ [Display(Name = "AC3 Passthru")]
Ac3Passthrough,
[Display(Name = "DTS Passthru")]
|