summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/C#/Functions/QueryParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/Functions/QueryParser.cs b/win/C#/Functions/QueryParser.cs
index 6723420be..6c4f4f265 100644
--- a/win/C#/Functions/QueryParser.cs
+++ b/win/C#/Functions/QueryParser.cs
@@ -520,7 +520,7 @@ namespace Handbrake.Functions
Match audioChannel = Regex.Match(input, @"-a ([0-9]*)");
//H264 Tab
- Match x264 = Regex.Match(input, @"-x ([a-zA-Z0-9=:-]*)");
+ Match x264 = Regex.Match(input, @"-x ([,a-zA-Z0-9=:-]*)");
//Program Options
Match verbose = Regex.Match(input, @"-v");