mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-04 16:52:40 +08:00
[mpi_enc_utils]: Fix opt node count error
Change-Id: Ic41d86f9bc63ae1c62b2cc7a8637c652a3ad99fa Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
@@ -564,7 +564,7 @@ MPP_RET mpi_enc_test_cmd_update_by_args(MpiEncTestArgs* cmd, int argc, char **ar
|
||||
|
||||
mpp_opt_init(&opts);
|
||||
/* should change node count when option increases */
|
||||
mpp_opt_setup(opts, cmd, 57, enc_opt_cnt);
|
||||
mpp_opt_setup(opts, cmd, 67, enc_opt_cnt);
|
||||
|
||||
for (i = 0; i < enc_opt_cnt; i++)
|
||||
mpp_opt_add(opts, &enc_opts[i]);
|
||||
|
Reference in New Issue
Block a user