summaryrefslogtreecommitdiff
path: root/libavformat/avc.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2019-11-26 11:58:16 -0300
committerJames Almer <jamrial@gmail.com>2019-11-28 15:20:37 -0300
commit16fa513392adbdd786776d12258f39ad81149a19 (patch)
treebc2018aef2bed2ac699b2b93a4612dcf77f92633 /libavformat/avc.h
parent4d97b2ad2fa6d851c70fd982ab300e4fd559f1d0 (diff)
avformat/avc: write the missing bits in the AVC Decoder Configuration Box
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avc.h')
-rw-r--r--libavformat/avc.h1
1 files changed, 1 insertions, 0 deletions
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;