From 16fa513392adbdd786776d12258f39ad81149a19 Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 26 Nov 2019 11:58:16 -0300 Subject: avformat/avc: write the missing bits in the AVC Decoder Configuration Box Signed-off-by: James Almer --- libavformat/avc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/avc.h') diff --git a/libavformat/avc.h b/libavformat/avc.h index a79bf9b2db..5286d19d89 100644 --- a/libavformat/avc.h +++ b/libavformat/avc.h @@ -43,6 +43,7 @@ typedef struct { uint8_t constraint_set_flags; uint8_t chroma_format_idc; uint8_t bit_depth_luma; + uint8_t bit_depth_chroma; uint8_t frame_mbs_only_flag; AVRational sar; } H264SequenceParameterSet; -- cgit v1.2.3