store frames until we get two successive timestamps
Definition at line 43 of file vf_fps.c.
Referenced by filter_frame(), init(), request_frame(), and uninit().
pts of the first frame that arrived on this filter
Definition at line 46 of file vf_fps.c.
Referenced by filter_frame(), init(), and request_frame().
pts of the first frame currently in the fifo
Definition at line 47 of file vf_fps.c.
Referenced by filter_frame(), and init().
pts, in seconds, of the expected first frame
Definition at line 49 of file vf_fps.c.
Referenced by filter_frame().
AVRounding method for timestamps.
Definition at line 52 of file vf_fps.c.
Referenced by filter_frame().
number of frames on input
Definition at line 55 of file vf_fps.c.
Referenced by filter_frame(), and uninit().
number of frames on output
Definition at line 56 of file vf_fps.c.
Referenced by filter_frame(), request_frame(), and uninit().
number of frames duplicated
Definition at line 57 of file vf_fps.c.
Referenced by filter_frame(), and uninit().
number of framed dropped
Definition at line 58 of file vf_fps.c.
Referenced by filter_frame(), and uninit().