summaryrefslogtreecommitdiff
path: root/libavformat/avc.h
diff options
context:
space:
mode:
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;