FFmpeg
4.3.8
|
#include <libavcodec/h264_sei.h>
Data Fields | |
int | present |
Buffering period SEI flag. More... | |
int | initial_cpb_removal_delay [32] |
Initial timestamps for CPBs. More... | |
Definition at line 142 of file h264_sei.h.
int H264SEIBufferingPeriod::present |
Buffering period SEI flag.
Definition at line 143 of file h264_sei.h.
Referenced by decode_buffering_period(), ff_h264_sei_uninit(), and h264_parse().
int H264SEIBufferingPeriod::initial_cpb_removal_delay[32] |
Initial timestamps for CPBs.
Definition at line 144 of file h264_sei.h.
Referenced by decode_buffering_period().