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@amd.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user