aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_ps.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-03-18 16:17:33 +0100
committerLynne <dev@lynne.ee>2023-05-29 00:41:29 +0200
commit6718b37e5dac73868db9f595d36268e6a0752347 (patch)
tree78da2b57c47bde5fa97b222f02a1cac9027d1551 /libavcodec/h264_ps.h
parent02f38af2dd3acbbc6aafa627bd50c811286553f8 (diff)
downloadffmpeg-6718b37e5dac73868db9f595d36268e6a0752347.tar.gz
h264_ps: set pic_scaling_matrix_present_flag
Diffstat (limited to 'libavcodec/h264_ps.h')
-rw-r--r--libavcodec/h264_ps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264_ps.h b/libavcodec/h264_ps.h
index c3f0888f24..d2413ae0f8 100644
--- a/libavcodec/h264_ps.h
+++ b/libavcodec/h264_ps.h
@@ -119,6 +119,7 @@ typedef struct PPS {
int constrained_intra_pred; ///< constrained_intra_pred_flag
int redundant_pic_cnt_present; ///< redundant_pic_cnt_present_flag
int transform_8x8_mode; ///< transform_8x8_mode_flag
+ int pic_scaling_matrix_present_flag;
uint8_t scaling_matrix4[6][16];
uint8_t scaling_matrix8[6][64];
uint8_t chroma_qp_table[2][QP_MAX_NUM+1]; ///< pre-scaled (with chroma_qp_index_offset) version of qp_table