FFmpeg  4.0
Data Fields
H264SEIBufferingPeriod Struct Reference

#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...
 

Detailed Description

Definition at line 115 of file h264_sei.h.

Field Documentation

◆ present

int H264SEIBufferingPeriod::present

Buffering period SEI flag.

Definition at line 116 of file h264_sei.h.

Referenced by decode_buffering_period(), ff_h264_sei_uninit(), and h264_parse().

◆ initial_cpb_removal_delay

int H264SEIBufferingPeriod::initial_cpb_removal_delay[32]

Initial timestamps for CPBs.

Definition at line 117 of file h264_sei.h.

Referenced by decode_buffering_period().


The documentation for this struct was generated from the following file: