diff options
author | sr55 <[email protected]> | 2010-03-10 21:09:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-03-10 21:09:05 +0000 |
commit | 4f57fc45d8d98e44b10a8c22226899b7365ad293 (patch) | |
tree | cdbf7a160a9c0cc7f2b7db8135acc82fa585da51 | |
parent | c2ea92687f2ef8522f3f44cfa31248eea21a29f5 (diff) |
WinGui:
- Don't reset mixdown to mono on source scan.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3156 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r-- | win/C#/Controls/AudioPanel.cs | 8 | ||||
-rw-r--r-- | win/C#/frmMain.Designer.cs | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs index c377edd0b..b43e6d028 100644 --- a/win/C#/Controls/AudioPanel.cs +++ b/win/C#/Controls/AudioPanel.cs @@ -1,8 +1,7 @@ /* AudioPanel.cs $
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake.Controls
{
@@ -158,7 +157,6 @@ namespace Handbrake.Controls drp_audioTrack.SelectedIndex = drp_audioTrack.Items.Count >= 3 ? 2 : 0;
// "Use Foreign language audio and Subtitles"
}
- drp_audioMix.SelectedIndex = 0;
}
// Control and ListView
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 618902549..dad2201f2 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1077,6 +1077,7 @@ namespace Handbrake this.x264Panel.Name = "x264Panel";
this.x264Panel.Size = new System.Drawing.Size(720, 306);
this.x264Panel.TabIndex = 0;
+ this.x264Panel.X264Query = " -x ";
//
// tab_query
//
|