[bTSstream-devel] [Git][videolan/bitstream][master] 2 commits: h265: fix hvcc header size

Christophe Massiot gitlab at videolan.org
Mon Oct 15 16:29:41 CEST 2018


Christophe Massiot pushed to branch master at VideoLAN / bitstream


Commits:
b7a57f50 by Clément Vasseur at 2018-10-15T13:28:41Z
h265: fix hvcc header size

- - - - -
976f2a98 by Christophe Massiot at 2018-10-15T14:29:34Z
Merge branch 'nto-h265'

- - - - -


1 changed file:

- itu/h265.h


Changes:

=====================================
itu/h265.h
=====================================
@@ -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
 



View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/6a24dfe25ba7145ade30d5c529a9bfaad7d22201...976f2a98c866400464ba163c6c553622c38b53f1

-- 
View it on GitLab: https://code.videolan.org/videolan/bitstream/compare/6a24dfe25ba7145ade30d5c529a9bfaad7d22201...976f2a98c866400464ba163c6c553622c38b53f1
You're receiving this email because of your account on code.videolan.org.


More information about the biTStream-devel mailing list