FFmpeg  3.4.9
Data Fields
FPSContext Struct Reference

Data Fields

const AVClassclass
 
AVFifoBufferfifo
 store frames until we get two successive timestamps More...
 
int64_t first_pts
 pts of the first frame that arrived on this filter More...
 
double start_time
 pts, in seconds, of the expected first frame More...
 
AVRational framerate
 target framerate More...
 
int rounding
 AVRounding method for timestamps. More...
 
int eof_action
 action performed for last frame in FIFO More...
 
int frames_in
 number of frames on input More...
 
int frames_out
 number of frames on output More...
 
int dup
 number of frames duplicated More...
 
int drop
 number of framed dropped More...
 

Detailed Description

Definition at line 49 of file vf_fps.c.

Field Documentation

◆ class

const AVClass* FPSContext::class

Definition at line 50 of file vf_fps.c.

◆ fifo

AVFifoBuffer* FPSContext::fifo

store frames until we get two successive timestamps

Definition at line 52 of file vf_fps.c.

Referenced by filter_frame(), init(), request_frame(), and uninit().

◆ first_pts

int64_t FPSContext::first_pts

pts of the first frame that arrived on this filter

Definition at line 55 of file vf_fps.c.

Referenced by filter_frame(), init(), and request_frame().

◆ start_time

double FPSContext::start_time

pts, in seconds, of the expected first frame

Definition at line 57 of file vf_fps.c.

Referenced by filter_frame().

◆ framerate

AVRational FPSContext::framerate

target framerate

Definition at line 59 of file vf_fps.c.

Referenced by config_props(), and init().

◆ rounding

int FPSContext::rounding

AVRounding method for timestamps.

Definition at line 60 of file vf_fps.c.

Referenced by filter_frame(), and request_frame().

◆ eof_action

int FPSContext::eof_action

action performed for last frame in FIFO

Definition at line 61 of file vf_fps.c.

Referenced by request_frame().

◆ frames_in

int FPSContext::frames_in

number of frames on input

Definition at line 64 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

◆ frames_out

int FPSContext::frames_out

number of frames on output

Definition at line 65 of file vf_fps.c.

Referenced by filter_frame(), request_frame(), and uninit().

◆ dup

int FPSContext::dup

number of frames duplicated

Definition at line 66 of file vf_fps.c.

Referenced by filter_frame(), request_frame(), and uninit().

◆ drop

int FPSContext::drop

number of framed dropped

Definition at line 67 of file vf_fps.c.

Referenced by filter_frame(), request_frame(), and uninit().


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