Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
h265: fix hvcc header size
· b7a57f50
Clément Vasseur
authored
Oct 15, 2018
b7a57f50
Merge branch 'nto-h265'
· 976f2a98
Christophe Massiot
authored
Oct 15, 2018
976f2a98
Hide whitespace changes
Inline
Side-by-side
itu/h265.h
View file @
976f2a98
...
...
@@ -336,7 +336,7 @@ static inline void h265eob_init(uint8_t *p_h265eob)
/*****************************************************************************
* H265 hvcC structure
*****************************************************************************/
#define H265HVCC_HEADER 2
2
#define H265HVCC_HEADER 2
3
#define H265HVCC_ARRAY_HEADER 3
#define H265HVCC_NALU_HEADER 2
...
...