|
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 164 of file ffmpeg_filter.c.
| AVFrame* FPSConvContext::last_frame |
Definition at line 165 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 167 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
| int64_t FPSConvContext::frames_prev_hist[3] |
Definition at line 171 of file ffmpeg_filter.c.
Referenced by video_sync_process().
| uint64_t FPSConvContext::dup_warning |
Definition at line 173 of file ffmpeg_filter.c.
Referenced by ofilter_bind_ost(), and video_sync_process().
| int FPSConvContext::last_dropped |
Definition at line 175 of file ffmpeg_filter.c.
Referenced by video_sync_process().
| int FPSConvContext::dropped_keyframe |
Definition at line 176 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
| AVRational FPSConvContext::framerate |
Definition at line 178 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), close_output(), configure_filtergraph(), fg_output_step(), and ofilter_bind_ost().
| AVRational FPSConvContext::framerate_max |
Definition at line 179 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
| const AVRational* FPSConvContext::framerate_supported |
Definition at line 180 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
| int FPSConvContext::framerate_clip |
Definition at line 181 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_ost().
1.8.17