OSDN Git Service

WinGui:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 23 Nov 2007 13:18:59 +0000 (13:18 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Fri, 23 Nov 2007 13:18:59 +0000 (13:18 +0000)
- Fixed small bug in the query parser.

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

win/C#/Functions/QueryParser.cs

index 6723420..6c4f4f2 100644 (file)
@@ -520,7 +520,7 @@ namespace Handbrake.Functions
             Match audioChannel = Regex.Match(input, @"-a ([0-9]*)");\r
 \r
             //H264 Tab\r
-            Match x264 = Regex.Match(input, @"-x ([a-zA-Z0-9=:-]*)");\r
+            Match x264 = Regex.Match(input, @"-x ([,a-zA-Z0-9=:-]*)");\r
             \r
             //Program Options\r
             Match verbose = Regex.Match(input, @"-v");\r