]> granicus.if.org Git - handbrake/commitdiff
Reinstated the "-6" option in the getopt_long call in test.c (looks like it had been...
authormaurj <handbrake@maurj.com>
Mon, 12 Mar 2007 17:16:38 +0000 (17:16 +0000)
committermaurj <handbrake@maurj.com>
Mon, 12 Mar 2007 17:16:38 +0000 (17:16 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@429 b64f7644-9d1e-0410-96f1-a4d463321fa5

test/test.c

index de447865ce12fef407f79855739ac6b6c9a3c054..c84b5730aecd3f506f755c60a50dd59b5508369b 100644 (file)
@@ -649,7 +649,7 @@ static int ParseOptions( int argc, char ** argv )
         int c;
 
         c = getopt_long( argc, argv,
-                         "hvuC:f:i:o:t:c:a:s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:",
+                         "hvuC:f:i:o:t:c:a:6s:e:E:2dgpw:l:n:b:q:S:B:r:R:Qx:Y:X:",
                          long_options, &option_index );
         if( c < 0 )
         {