FFmpeg
4.3.6
|
#include <libavcodec/h264_sei.h>
Data Fields | |
int | full |
int | frame |
int | seconds |
int | minutes |
int | hours |
int | dropframe |
Definition at line 71 of file h264_sei.h.
int H264SEITimeCode::full |
Definition at line 74 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing().
int H264SEITimeCode::frame |
Definition at line 75 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing(), and h264_export_frame_props().
int H264SEITimeCode::seconds |
Definition at line 76 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing(), and h264_export_frame_props().
int H264SEITimeCode::minutes |
Definition at line 77 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing(), and h264_export_frame_props().
int H264SEITimeCode::hours |
Definition at line 78 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing(), and h264_export_frame_props().
int H264SEITimeCode::dropframe |
Definition at line 79 of file h264_sei.h.
Referenced by ff_h264_sei_process_picture_timing(), and h264_export_frame_props().