FPSContext Struct Reference
Collaboration diagram for FPSContext:
Collaboration graph

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...
 
int64_t pts
 pts of the first frame currently in the fifo More...
 
AVRational framerate
 target framerate More...
 
int rounding
 AVRounding method for timestamps. 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 38 of file vf_fps.c.

Field Documentation

const AVClass* FPSContext::class

Definition at line 39 of file vf_fps.c.

int FPSContext::drop

number of framed dropped

Definition at line 54 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

int FPSContext::dup

number of frames duplicated

Definition at line 53 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

AVFifoBuffer* FPSContext::fifo

store frames until we get two successive timestamps

Definition at line 41 of file vf_fps.c.

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

int64_t FPSContext::first_pts

pts of the first frame that arrived on this filter

Definition at line 44 of file vf_fps.c.

Referenced by filter_frame(), and request_frame().

AVRational FPSContext::framerate

target framerate

Definition at line 47 of file vf_fps.c.

Referenced by config_props(), and init().

int FPSContext::frames_in

number of frames on input

Definition at line 51 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

int FPSContext::frames_out

number of frames on output

Definition at line 52 of file vf_fps.c.

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

int64_t FPSContext::pts

pts of the first frame currently in the fifo

Definition at line 45 of file vf_fps.c.

Referenced by config_props(), and filter_frame().

int FPSContext::rounding

AVRounding method for timestamps.

Definition at line 48 of file vf_fps.c.

Referenced by filter_frame().


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