st/omx/dec/h265: increase dpb max size to 32
authorLeo Liu <leo.liu@amd.com>
Fri, 23 Sep 2016 15:11:53 +0000 (11:11 -0400)
committerLeo Liu <leo.liu@amd.com>
Tue, 4 Oct 2016 15:09:59 +0000 (11:09 -0400)
For clip with frame delta poc over 16

Signed-off-by: Leo Liu <leo.liu@amd.com>
src/gallium/state_trackers/omx/vid_dec_h265.c

index 0772b4d54ebc4dc803045964d5b2b71d507c2454..eae476a96eefaaad1dd9d970f4efdfaa6961b806 100644 (file)
@@ -33,7 +33,7 @@
 #include "entrypoint.h"
 #include "vid_dec.h"
 
-#define DPB_MAX_SIZE 16
+#define DPB_MAX_SIZE 32
 #define MAX_NUM_REF_PICS 16
 
 enum {