Adding u16 delta_poc_s0(1) in ShortTermRPS
Signed-off-by: Venkata Atchuta Bheemeswara Sarma Darbha <vdarbha0473@gmail.com>
This commit is contained in:
parent
0bf29f9955
commit
75e2f16d7d
1 changed files with 3 additions and 1 deletions
|
|
@ -74,7 +74,9 @@ typedef struct HEVCHdrParams {
|
|||
|
||||
typedef struct ShortTermRPS {
|
||||
int32_t delta_poc[32];
|
||||
uint32_t used;
|
||||
uint16_t delta_poc_s0[16];
|
||||
uint16_t delta_poc_s1[16];
|
||||
// uint32_t used;
|
||||
|
||||
uint8_t delta_idx;
|
||||
uint8_t num_negative_pics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue