OSDN Git Service

Cli:
authorsr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 10 Dec 2007 01:41:34 +0000 (01:41 +0000)
committersr55 <sr55@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Mon, 10 Dec 2007 01:41:34 +0000 (01:41 +0000)
Chapter markers with csv file input fixed.

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

test/test.c

index 747d3a1..2eb9e53 100644 (file)
@@ -1332,8 +1332,8 @@ static int ParseOptions( int argc, char ** argv )
         int option_index = 0;
         int c;
 
-        c = getopt_long( argc, argv,
-                         "hvuC:f:4i:Io:t:Lc:ma:6:s:UFN:e:E:2dD:789gpOP::w:l:n:b:q:S:B:r:R:Qx:TY:X:VZ:z",
+               c = getopt_long( argc, argv,
+                                                "hvuC:f:4i:Io:t:Lc:m::a:6:s:UFN:e:E:2dD:789gpOP::w:l:n:b:q:S:B:r:R:Qx:TY:X:VZ:z",
                          long_options, &option_index );
         if( c < 0 )
         {