]> granicus.if.org Git - handbrake/commitdiff
WinGui:
authorsr55 <sr55.hb@outlook.com>
Wed, 10 Mar 2010 21:09:05 +0000 (21:09 +0000)
committersr55 <sr55.hb@outlook.com>
Wed, 10 Mar 2010 21:09:05 +0000 (21:09 +0000)
- 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
win/C#/frmMain.Designer.cs

index c377edd0bcc7fdcc6a814b42c90e7d1ddc98e993..b43e6d0283772acce8ce7390725a2890c07e0ba1 100644 (file)
@@ -1,8 +1,7 @@
 /*  AudioPanel.cs $\r
-       \r
-          This file is part of the HandBrake source code.\r
-          Homepage: <http://handbrake.fr>.\r
-          It may be used under the terms of the GNU General Public License. */\r
+    This file is part of the HandBrake source code.\r
+    Homepage: <http://handbrake.fr>.\r
+    It may be used under the terms of the GNU General Public License. */\r
 \r
 namespace Handbrake.Controls\r
 {\r
@@ -158,7 +157,6 @@ namespace Handbrake.Controls
                     drp_audioTrack.SelectedIndex = drp_audioTrack.Items.Count >= 3 ? 2 : 0;\r
                         // "Use Foreign language audio and Subtitles"\r
             }\r
-            drp_audioMix.SelectedIndex = 0;\r
         }\r
 \r
         // Control and ListView\r
index 61890254940a5bca90b296487f2c396f773a2391..dad2201f2375bc077d83631e1109752484647627 100644 (file)
@@ -1077,6 +1077,7 @@ namespace Handbrake
             this.x264Panel.Name = "x264Panel";\r
             this.x264Panel.Size = new System.Drawing.Size(720, 306);\r
             this.x264Panel.TabIndex = 0;\r
+            this.x264Panel.X264Query = " -x ";\r
             // \r
             // tab_query\r
             // \r