Browse Source

Merge branch 'CR_7094_OMX_Som.Qin' into 'jh7110-devel'

CR 7094 wave511: The limit of decoder instances is changed to 16

See merge request sdk/soft_3rdpart!80
andy.hu 4 months ago
parent
commit
7ec8b82eba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wave511/code/vpuapi/vpuconfig.h

+ 1 - 1
wave511/code/vpuapi/vpuconfig.h

@@ -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