FFmpeg
|
#include <h264_sei.h>
Data Fields | |
uint8_t | payload [40] |
int | payload_size_bytes |
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... | |
H264SEITimeCode | timecode [3] |
Maximum three timecodes in a pic_timing SEI. More... | |
int | timecode_cnt |
Number of timecode in use. More... | |
Definition at line 54 of file h264_sei.h.
uint8_t H264SEIPictureTiming::payload[40] |
Definition at line 56 of file h264_sei.h.
int H264SEIPictureTiming::payload_size_bytes |
Definition at line 57 of file h264_sei.h.
int H264SEIPictureTiming::present |
Definition at line 59 of file h264_sei.h.
Referenced by parse_nal_units().
H264_SEI_PicStructType H264SEIPictureTiming::pic_struct |
Definition at line 60 of file h264_sei.h.
Referenced by parse_nal_units().
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 67 of file h264_sei.h.
int H264SEIPictureTiming::dpb_output_delay |
dpb_output_delay in picture timing SEI message, see H.264 C.2.2
Definition at line 72 of file h264_sei.h.
Referenced by h264_parse().
int H264SEIPictureTiming::cpb_removal_delay |
cpb_removal_delay in picture timing SEI message, see H.264 C.1.2
Definition at line 77 of file h264_sei.h.
Referenced by h264_parse().
H264SEITimeCode H264SEIPictureTiming::timecode[3] |
Maximum three timecodes in a pic_timing SEI.
Definition at line 82 of file h264_sei.h.
int H264SEIPictureTiming::timecode_cnt |
Number of timecode in use.
Definition at line 87 of file h264_sei.h.