summaryrefslogtreecommitdiffstats
path: root/win/C#/Functions
diff options
context:
space:
mode:
authorsr55 <[email protected]>2010-03-10 21:11:07 +0000
committersr55 <[email protected]>2010-03-10 21:11:07 +0000
commit22586c9fbb1b75b66b12e8bdb231cd570813bdc2 (patch)
tree6d87d3b78edc849b29e6e929976d39d58ce25d32 /win/C#/Functions
parent4f57fc45d8d98e44b10a8c22226899b7365ad293 (diff)
WinGui:
- Revert extra added -x and hopefully fix the cause of it being autogend git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3157 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Functions')
-rw-r--r--win/C#/Functions/QueryGenerator.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryGenerator.cs b/win/C#/Functions/QueryGenerator.cs
index e14b52b79..d9aaf079c 100644
--- a/win/C#/Functions/QueryGenerator.cs
+++ b/win/C#/Functions/QueryGenerator.cs
@@ -433,7 +433,7 @@ namespace Handbrake.Functions
#endregion
// X264 Panel
- query += mainWindow.x264Panel.X264Query;
+ query += " -x " + mainWindow.x264Panel.X264Query;
// Verbosity Level
query += " -v " + Properties.Settings.Default.verboseLevel;