FFmpeg
Data Fields
FPSConvContext Struct Reference

Data Fields

AVFramelast_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 AVRationalframerate_supported
 
int framerate_clip
 

Detailed Description

Definition at line 166 of file ffmpeg_filter.c.

Field Documentation

◆ last_frame

AVFrame* FPSConvContext::last_frame

Definition at line 167 of file ffmpeg_filter.c.

Referenced by fg_free(), fg_output_frame(), ofilter_bind_ost(), and video_sync_process().

◆ frame_number

int64_t FPSConvContext::frame_number

Definition at line 169 of file ffmpeg_filter.c.

Referenced by fg_output_frame(), and video_sync_process().

◆ frames_prev_hist

int64_t FPSConvContext::frames_prev_hist[3]

Definition at line 173 of file ffmpeg_filter.c.

Referenced by video_sync_process().

◆ dup_warning

uint64_t FPSConvContext::dup_warning

Definition at line 175 of file ffmpeg_filter.c.

Referenced by ofilter_bind_ost(), and video_sync_process().

◆ last_dropped

int FPSConvContext::last_dropped

Definition at line 177 of file ffmpeg_filter.c.

Referenced by video_sync_process().

◆ dropped_keyframe

int FPSConvContext::dropped_keyframe

Definition at line 178 of file ffmpeg_filter.c.

Referenced by fg_output_frame(), and video_sync_process().

◆ vsync_method

enum VideoSyncMethod FPSConvContext::vsync_method

Definition at line 180 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), ofilter_bind_ost(), and video_sync_process().

◆ framerate

AVRational FPSConvContext::framerate

◆ framerate_max

AVRational FPSConvContext::framerate_max

Definition at line 183 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), and ofilter_bind_ost().

◆ framerate_supported

const AVRational* FPSConvContext::framerate_supported

Definition at line 184 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), and ofilter_bind_ost().

◆ framerate_clip

int FPSConvContext::framerate_clip

Definition at line 185 of file ffmpeg_filter.c.

Referenced by choose_out_timebase(), and ofilter_bind_ost().


The documentation for this struct was generated from the following file: