mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 09:06:50 +08:00
[test]: Use new option module
1. Use new option module in dec/enc test 2. Delete mpi_enc_multi_test and mpi_rc_test Change-Id: Ib00020247386ee06cca2f560ae41aee8e88f47cc Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -716,14 +716,8 @@ int main(int argc, char **argv)
|
||||
|
||||
// parse the cmd option
|
||||
ret = mpi_dec_test_cmd_init(cmd, argc, argv);
|
||||
if (ret) {
|
||||
if (ret < 0) {
|
||||
mpp_err("mpi_dec_test_cmd_init: input parameter invalid\n");
|
||||
}
|
||||
|
||||
mpi_dec_test_cmd_help();
|
||||
if (ret)
|
||||
goto RET;
|
||||
}
|
||||
|
||||
mpi_dec_test_cmd_options(cmd);
|
||||
|
||||
|
Reference in New Issue
Block a user