From b7a57f50472775345381ae9cd8882cf7db8b760a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Vasseur?= Date: Mon, 15 Oct 2018 13:28:41 +0000 Subject: [PATCH] h265: fix hvcc header size --- itu/h265.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itu/h265.h b/itu/h265.h index 6d364db..876a901 100644 --- a/itu/h265.h +++ b/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