From 4f57fc45d8d98e44b10a8c22226899b7365ad293 Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 10 Mar 2010 21:09:05 +0000 Subject: [PATCH] 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 --- win/C#/Controls/AudioPanel.cs | 8 +++----- 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: . - It may be used under the terms of the GNU General Public License. */ + This file is part of the HandBrake source code. + Homepage: . + 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 // -- 2.40.0