diff options
author | Lynne <dev@lynne.ee> | 2022-12-14 00:06:04 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2023-05-29 00:41:30 +0200 |
commit | de6fce727cb8e9e4998a8ed1f13f03c88a0a6a4d (patch) | |
tree | 99e2412888fcd7b73f1b58db0ba73cf6e7e5dd0b /libavcodec/h264_ps.h | |
parent | 1f66e3347dae2e42a723986b988b704e419c3378 (diff) | |
download | ffmpeg-de6fce727cb8e9e4998a8ed1f13f03c88a0a6a4d.tar.gz |
h264_ps: expose max_dec_frame_buffering
Diffstat (limited to 'libavcodec/h264_ps.h')
-rw-r--r-- | libavcodec/h264_ps.h | 1 |
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]; |