diff options
author | jbrjake <[email protected]> | 2007-10-16 19:46:47 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-10-16 19:46:47 +0000 |
commit | b3a860c81ef5ec69726da83456d0bcc69259565d (patch) | |
tree | b91a0f4175183740af006fcd5ba6ca97e4a53f78 /test | |
parent | c832b1edbbff5692fdc6b55ec245e013d1b1dce9 (diff) |
Allow short option name -P for loose anamorphic to take its optional argument without an equals sign. Long name still needs the equals sign. So... -P 8, --loosePixelratio=8.
Thanks, saintdev!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1030 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'test')
-rw-r--r-- | test/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.c b/test/test.c index 2d84c6624..ac3af6f72 100644 --- a/test/test.c +++ b/test/test.c @@ -997,7 +997,7 @@ static int ParseOptions( int argc, char ** argv ) int c; c = getopt_long( argc, argv, - "hvuC:f:4i:o:t:Lc:ma:6:s:UFN:e:E:2d789gpP::w:l:n:b:q:S:B:r:R:Qx:TY:X:", + "hvuC:f:4i:o:t:Lc:ma:6:s:UFN:e:E:2d789gpP:w:l:n:b:q:S:B:r:R:Qx:TY:X:", long_options, &option_index ); if( c < 0 ) { |