FPSContext Struct Reference


Data Fields

const AVClassclass
AVFifoBufferfifo
 store frames until we get two successive timestamps
int64_t first_pts
 pts of the first frame that arrived on this filter
int64_t pts
 pts of the first frame currently in the fifo
AVRational framerate
 target framerate
char * fps
 a string describing target framerate
int frames_in
 number of frames on input
int frames_out
 number of frames on output
int dup
 number of frames duplicated
int drop
 number of framed dropped

Detailed Description

Definition at line 35 of file vf_fps.c.


Field Documentation

Definition at line 36 of file vf_fps.c.

Referenced by init().

number of framed dropped

Definition at line 51 of file vf_fps.c.

Referenced by end_frame(), and uninit().

number of frames duplicated

Definition at line 50 of file vf_fps.c.

Referenced by end_frame(), and uninit().

store frames until we get two successive timestamps

Definition at line 38 of file vf_fps.c.

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

pts of the first frame that arrived on this filter

Definition at line 41 of file vf_fps.c.

Referenced by end_frame(), and request_frame().

a string describing target framerate

Definition at line 45 of file vf_fps.c.

Referenced by init().

target framerate

Definition at line 44 of file vf_fps.c.

Referenced by config_props(), and init().

number of frames on input

Definition at line 48 of file vf_fps.c.

Referenced by end_frame(), and uninit().

number of frames on output

Definition at line 49 of file vf_fps.c.

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

int64_t FPSContext::pts

pts of the first frame currently in the fifo

Definition at line 42 of file vf_fps.c.

Referenced by config_props(), and end_frame().


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

Generated on Fri Oct 26 02:48:06 2012 for FFmpeg by  doxygen 1.5.8