mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-05 17:16:50 +08:00
[mpp_opt]: Modify the initialization number of opt
Change-Id: I3fef98f0feab2004b5c78dabcc4d792121bd7f1a Signed-off-by: Hongjin Li <vic.hong@rock-chips.com>
This commit is contained in:
@@ -672,7 +672,7 @@ RK_S32 mpi_dec_test_cmd_init(MpiDecTestCmd* cmd, int argc, char **argv)
|
||||
|
||||
mpp_opt_init(&opts);
|
||||
/* should change node count when option increases */
|
||||
mpp_opt_setup(opts, cmd, 18, dec_opt_cnt);
|
||||
mpp_opt_setup(opts, cmd, 22, dec_opt_cnt);
|
||||
|
||||
for (i = 0; i < dec_opt_cnt; i++)
|
||||
mpp_opt_add(opts, &dec_opts[i]);
|
||||
|
Reference in New Issue
Block a user