FFmpeg  4.0
Data Fields
H264SEIPictureTiming Struct Reference

#include <libavcodec/h264_sei.h>

Data Fields

int present
 
H264_SEI_PicStructType pic_struct
 
int ct_type
 Bit set of clock types for fields/frames in picture timing SEI message. More...
 
int dpb_output_delay
 dpb_output_delay in picture timing SEI message, see H.264 C.2.2 More...
 
int cpb_removal_delay
 cpb_removal_delay in picture timing SEI message, see H.264 C.1.2 More...
 

Detailed Description

Definition at line 68 of file h264_sei.h.

Field Documentation

◆ present

int H264SEIPictureTiming::present

◆ pic_struct

H264_SEI_PicStructType H264SEIPictureTiming::pic_struct

Definition at line 70 of file h264_sei.h.

Referenced by decode_picture_timing(), h264_export_frame_props(), and parse_nal_units().

◆ ct_type

int H264SEIPictureTiming::ct_type

Bit set of clock types for fields/frames in picture timing SEI message.

For each found ct_type, appropriate bit is set (e.g., bit 1 for interlaced).

Definition at line 77 of file h264_sei.h.

Referenced by decode_picture_timing(), and h264_export_frame_props().

◆ dpb_output_delay

int H264SEIPictureTiming::dpb_output_delay

dpb_output_delay in picture timing SEI message, see H.264 C.2.2

Definition at line 82 of file h264_sei.h.

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

◆ cpb_removal_delay

int H264SEIPictureTiming::cpb_removal_delay

cpb_removal_delay in picture timing SEI message, see H.264 C.1.2

Definition at line 87 of file h264_sei.h.

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


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