Mesa (master): st/omx/dec/h265: increase dpb max size to 32

Leo Liu leoliu at kemper.freedesktop.org
Tue Oct 4 15:41:55 UTC 2016


Module: Mesa
Branch: master
Commit: 2371119db99a4513024430723f421f15f934c656
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2371119db99a4513024430723f421f15f934c656

Author: Leo Liu <leo.liu at amd.com>
Date:   Fri Sep 23 11:11:53 2016 -0400

st/omx/dec/h265: increase dpb max size to 32

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 0772b4d..eae476a 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 {




More information about the mesa-commit mailing list