Skip to content

Commit

Permalink
Merge branch 'CR_7094_OMX_Som.Qin' into 'jh7110-devel'
Browse files Browse the repository at this point in the history
CR 7094 wave511: The limit of decoder instances is changed to 16

See merge request sdk/soft_3rdpart!80
  • Loading branch information
andyhu-stf committed Dec 14, 2023
2 parents c8d42ba + ca80739 commit 7ec8b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wave511/code/vpuapi/vpuconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@


#define MAX_INST_HANDLE_SIZE 48 /* DO NOT CHANGE THIS VALUE */
#define MAX_NUM_INSTANCE 4
#define MAX_NUM_INSTANCE 16
#define MAX_NUM_VPU_CORE 1
#define MAX_NUM_VCORE 1

Expand Down

0 comments on commit 7ec8b82

Please sign in to comment.