diff options
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/hevc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 6a3c7506c2..2afad011b7 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -545,8 +545,8 @@ typedef struct HEVCPPS { uint8_t chroma_qp_offset_list_enabled_flag; uint8_t diff_cu_chroma_qp_offset_depth; uint8_t chroma_qp_offset_list_len_minus1; - int8_t cb_qp_offset_list[5]; - int8_t cr_qp_offset_list[5]; + int8_t cb_qp_offset_list[6]; + int8_t cr_qp_offset_list[6]; uint8_t log2_sao_offset_scale_luma; uint8_t log2_sao_offset_scale_chroma; |