OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 26 Feb 2010 22:52:15 +0000 (22:52 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 26 Feb 2010 22:52:15 +0000 (22:52 +0000)
- Another -x appended when it shouldn't be.

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

win/C#/Functions/QueryGenerator.cs

index 8d429c9..7e17299 100644 (file)
@@ -433,7 +433,7 @@ namespace Handbrake.Functions
             #endregion\r
 \r
             // X264 Panel\r
-            query += " -x " + mainWindow.x264Panel.X264Query;\r
+            query += mainWindow.x264Panel.X264Query;\r
 \r
             #region Processors / Other\r
 \r