| 
    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... | |
| H264SEITimeCode | timecode [3] | 
| Maximum three timecodes in a pic_timing SEI.  More... | |
| int | timecode_cnt | 
| Number of timecode in use.  More... | |
Definition at line 81 of file h264_sei.h.
| int H264SEIPictureTiming::present | 
Definition at line 82 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 83 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 90 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 95 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 100 of file h264_sei.h.
Referenced by decode_picture_timing(), and ff_h264_sei_uninit().
| H264SEITimeCode H264SEIPictureTiming::timecode[3] | 
Maximum three timecodes in a pic_timing SEI.
Definition at line 105 of file h264_sei.h.
Referenced by decode_picture_timing(), and h264_export_frame_props().
| int H264SEIPictureTiming::timecode_cnt | 
Number of timecode in use.
Definition at line 110 of file h264_sei.h.
Referenced by decode_picture_timing(), and h264_export_frame_props().
 1.8.6