mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-12-26 11:17:44 +01:00
[mlvec]: Fix error when ltr_frames larger than 3
Enlarge max ltr_frames support from 3 to 16. Change-Id: I2d87a956019cbb4ce807aedc7be2d0c4987fa4d2 Signed-off-by: Herman Chen <herman.chen@rock-chips.com>
This commit is contained in:
parent
74f2f76fd7
commit
f1ebb21814
2 changed files with 13 additions and 52 deletions
|
|
@ -65,7 +65,7 @@
|
|||
/* max 4 temporal layer */
|
||||
#define MPP_ENC_MAX_TEMPORAL_LAYER_NUM 4
|
||||
/* max 4 long-term reference frame */
|
||||
#define MPP_ENC_MAX_LT_REF_NUM 4
|
||||
#define MPP_ENC_MAX_LT_REF_NUM 16
|
||||
|
||||
/*
|
||||
* Group Of Picture (GOP) config is separated into three parts:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue