From d916aa693d36dd24e557418707d524855d1a5d24 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 23 Nov 2007 13:18:59 +0000 Subject: WinGui: - Fixed small bug in the query parser. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1076 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/QueryParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/C#/Functions') 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"); -- cgit v1.2.3