FFmpeg
|
Data Fields | |
AVFrame * | last_frame |
int64_t | frame_number |
int64_t | frames_prev_hist [3] |
uint64_t | dup_warning |
int | last_dropped |
int | dropped_keyframe |
AVRational | framerate |
AVRational | framerate_max |
const AVRational * | framerate_supported |
int | framerate_clip |
Definition at line 142 of file ffmpeg_filter.c.
AVFrame* FPSConvContext::last_frame |
Definition at line 143 of file ffmpeg_filter.c.
Referenced by fg_free(), fg_output_frame(), ofilter_bind_ost(), and video_sync_process().
int64_t FPSConvContext::frame_number |
Definition at line 145 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
int64_t FPSConvContext::frames_prev_hist[3] |
Definition at line 149 of file ffmpeg_filter.c.
Referenced by video_sync_process().
uint64_t FPSConvContext::dup_warning |
Definition at line 151 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost(), and video_sync_process().
int FPSConvContext::last_dropped |
Definition at line 153 of file ffmpeg_filter.c.
Referenced by video_sync_process().
int FPSConvContext::dropped_keyframe |
Definition at line 154 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
AVRational FPSConvContext::framerate |
Definition at line 156 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), configure_filtergraph(), fg_output_step(), fg_transcode_step(), and ofilter_bind_ost().
AVRational FPSConvContext::framerate_max |
Definition at line 157 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
const AVRational* FPSConvContext::framerate_supported |
Definition at line 158 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
int FPSConvContext::framerate_clip |
Definition at line 159 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().