|
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 |
| enum VideoSyncMethod | vsync_method |
| AVRational | framerate |
| AVRational | framerate_max |
| const AVRational * | framerate_supported |
| int | framerate_clip |
Definition at line 168 of file ffmpeg_filter.c.
| AVFrame* FPSConvContext::last_frame |
Definition at line 169 of file ffmpeg_filter.c.
Referenced by fg_free(), fg_output_frame(), ofilter_bind_enc(), and video_sync_process().
| int64_t FPSConvContext::frame_number |
Definition at line 171 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
| int64_t FPSConvContext::frames_prev_hist[3] |
Definition at line 175 of file ffmpeg_filter.c.
Referenced by video_sync_process().
| uint64_t FPSConvContext::dup_warning |
Definition at line 177 of file ffmpeg_filter.c.
Referenced by ofilter_bind_enc(), and video_sync_process().
| int FPSConvContext::last_dropped |
Definition at line 179 of file ffmpeg_filter.c.
Referenced by video_sync_process().
| int FPSConvContext::dropped_keyframe |
Definition at line 180 of file ffmpeg_filter.c.
Referenced by fg_output_frame(), and video_sync_process().
| enum VideoSyncMethod FPSConvContext::vsync_method |
Definition at line 182 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), ofilter_bind_enc(), and video_sync_process().
| AVRational FPSConvContext::framerate |
Definition at line 184 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), close_output(), configure_filtergraph(), fg_output_step(), ifilter_parameters_from_ofilter(), and ofilter_bind_enc().
| AVRational FPSConvContext::framerate_max |
Definition at line 185 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_enc().
| const AVRational* FPSConvContext::framerate_supported |
Definition at line 186 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_enc().
| int FPSConvContext::framerate_clip |
Definition at line 187 of file ffmpeg_filter.c.
Referenced by choose_out_timebase(), and ofilter_bind_enc().
1.8.17