Commit 82653b86 authored by Stefan Westerfeld's avatar Stefan Westerfeld

Support common options (--test-key) for audiowmark test-clip.

Signed-off-by: Stefan Westerfeld's avatarStefan Westerfeld <stefan@space.twc.de>
parent 7a246a76
...@@ -690,6 +690,8 @@ main (int argc, char **argv) ...@@ -690,6 +690,8 @@ main (int argc, char **argv)
} }
else if (ap.parse_cmd ("test-clip")) else if (ap.parse_cmd ("test-clip"))
{ {
parse_shared_options (ap);
if (ap.parse_args (4, args)) if (ap.parse_args (4, args))
return test_clip (args[0], args[1], atoi (args[2].c_str()), atoi (args[3].c_str())); return test_clip (args[0], args[1], atoi (args[2].c_str()), atoi (args[3].c_str()));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment