diff options
author | sr55 <[email protected]> | 2010-04-08 20:34:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-04-08 20:34:38 +0000 |
commit | 3f0d1475e525b620ef1742ea525edd13ad75459d (patch) | |
tree | f357ef05c3db8c8c41422c73f87ffe723ac3a0e1 /win/C#/Controls/AudioPanel.cs | |
parent | a34d4ad61e0126bb7506b328445aba1aba0c9c5d (diff) |
WinGui:
- MP3 in MP4 files is now enabled.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3206 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/AudioPanel.cs')
-rw-r--r-- | win/C#/Controls/AudioPanel.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs index 1ed84273c..6b96940eb 100644 --- a/win/C#/Controls/AudioPanel.cs +++ b/win/C#/Controls/AudioPanel.cs @@ -52,6 +52,7 @@ namespace Handbrake.Controls {
drp_audioEncoder.Items.Clear();
drp_audioEncoder.Items.Add("AAC (faac)");
+ drp_audioEncoder.Items.Add("MP3 (lame)");
drp_audioEncoder.Items.Add("AC3 Passthru");
if ((oldval != "AAC (faac)") && (oldval != "AC3 Passthru"))
drp_audioEncoder.SelectedIndex = 0;
|