[enc_utils]: Remove extra option log

Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
Change-Id: Ic9c54399bee41eab69c8a109e7d03eb6ee04d1a0
This commit is contained in:
Herman Chen
2023-12-19 18:16:20 +08:00
parent aceceadd84
commit eb14ae5032

View File

@@ -589,7 +589,7 @@ MPP_RET mpi_enc_test_cmd_update_by_args(MpiEncTestArgs* cmd, int argc, char **ar
mpp_opt_init(&opts); mpp_opt_init(&opts);
/* should change node count when option increases */ /* should change node count when option increases */
mpp_opt_setup(opts, cmd, 67, enc_opt_cnt); mpp_opt_setup(opts, cmd, 71, enc_opt_cnt);
for (i = 0; i < enc_opt_cnt; i++) for (i = 0; i < enc_opt_cnt; i++)
mpp_opt_add(opts, &enc_opts[i]); mpp_opt_add(opts, &enc_opts[i]);