mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00
[enc_utils]: Remove extra option log
Signed-off-by: Herman Chen <herman.chen@rock-chips.com> Change-Id: Ic9c54399bee41eab69c8a109e7d03eb6ee04d1a0
This commit is contained in:
@@ -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]);
|
||||||
|
Reference in New Issue
Block a user