FFmpeg
|
#include <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... | |
Definition at line 68 of file h264_sei.h.
int H264SEIPictureTiming::present |
Definition at line 69 of file h264_sei.h.
Referenced by decode_picture_timing(), ff_h264_sei_uninit(), h264_export_frame_props(), and parse_nal_units().
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().
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().
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(), and ff_h264_sei_uninit().
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(), and ff_h264_sei_uninit().