Browse Source

wave511: The limit of decoder instances is changed to 16

Signed-off-by: Som Qin <som.qin@starfivetech.com>
Som Qin 4 months ago
parent
commit
ca80739c62
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