OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 10 Mar 2010 21:09:05 +0000 (21:09 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 10 Mar 2010 21:09:05 +0000 (21:09 +0000)
- Don't reset mixdown to mono on source scan.

git-svn-id: svn://localhost/HandBrake/trunk@3156 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/C#/Controls/AudioPanel.cs
win/C#/frmMain.Designer.cs

index c377edd..b43e6d0 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 6189025..dad2201 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