aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_ps.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-12-14 00:06:04 +0100
committerLynne <dev@lynne.ee>2023-05-29 00:41:30 +0200
commitde6fce727cb8e9e4998a8ed1f13f03c88a0a6a4d (patch)
tree99e2412888fcd7b73f1b58db0ba73cf6e7e5dd0b /libavcodec/h264_ps.h
parent1f66e3347dae2e42a723986b988b704e419c3378 (diff)
downloadffmpeg-de6fce727cb8e9e4998a8ed1f13f03c88a0a6a4d.tar.gz
h264_ps: expose max_dec_frame_buffering
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 de4529b353..906bab7214 100644
--- a/libavcodec/h264_ps.h
+++ b/libavcodec/h264_ps.h
@@ -80,6 +80,7 @@ typedef struct SPS {
int32_t offset_for_ref_frame[256];
int bitstream_restriction_flag;
int num_reorder_frames;
+ int max_dec_frame_buffering;
int scaling_matrix_present;
uint8_t scaling_matrix4[6][16];
uint8_t scaling_matrix8[6][64];