[Mesa-dev] [PATCH 2/5] st/omx/dec/h265: increase dpb max size to 32

Leo Liu leo.liu at amd.com
Fri Sep 23 16:32:54 UTC 2016


For clip with frame delta poc over 16

Signed-off-by: Leo Liu <leo.liu at amd.com>
---
 src/gallium/state_trackers/omx/vid_dec_h265.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/state_trackers/omx/vid_dec_h265.c b/src/gallium/state_trackers/omx/vid_dec_h265.c
index 3c46505..2396da3 100644
--- a/src/gallium/state_trackers/omx/vid_dec_h265.c
+++ b/src/gallium/state_trackers/omx/vid_dec_h265.c
@@ -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 {
-- 
2.7.4



More information about the mesa-dev mailing list