mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01: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:
parent
aceceadd84
commit
eb14ae5032
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,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, 67, enc_opt_cnt);
|
||||
mpp_opt_setup(opts, cmd, 71, enc_opt_cnt);
|
||||
|
||||
for (i = 0; i < enc_opt_cnt; i++)
|
||||
mpp_opt_add(opts, &enc_opts[i]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue