Browse Source

h265: fix hvcc header size

master
Clément Vasseur 6 years ago
parent
commit
b7a57f5047
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      itu/h265.h

+ 1
- 1
itu/h265.h View File

@ -336,7 +336,7 @@ static inline void h265eob_init(uint8_t *p_h265eob)
/*****************************************************************************
* H265 hvcC structure
*****************************************************************************/
#define H265HVCC_HEADER 22
#define H265HVCC_HEADER 23
#define H265HVCC_ARRAY_HEADER 3
#define H265HVCC_NALU_HEADER 2

Loading…
Cancel
Save