FFmpeg
Data Fields
FPSContext Struct Reference

Data Fields

const AVClassclass
 
  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
 
double  start_time
  pts, in seconds, of the expected first frame
 
  target framerate
 
int  rounding
  AVRounding method for timestamps.
 
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 40 of file vf_fps.c.

Field Documentation

const AVClass* FPSContext::class

Definition at line 41 of file vf_fps.c.

AVFifoBuffer* FPSContext::fifo

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().

int64_t FPSContext::first_pts

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().

int64_t FPSContext::pts

pts of the first frame currently in the fifo

Definition at line 47 of file vf_fps.c.

Referenced by filter_frame(), and init().

double FPSContext::start_time

pts, in seconds, of the expected first frame

Definition at line 49 of file vf_fps.c.

Referenced by filter_frame().

AVRational FPSContext::framerate

target framerate

Definition at line 51 of file vf_fps.c.

Referenced by config_props(), and init().

int FPSContext::rounding

AVRounding method for timestamps.

Definition at line 52 of file vf_fps.c.

Referenced by filter_frame().

int FPSContext::frames_in

number of frames on input

Definition at line 55 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

int FPSContext::frames_out

number of frames on output

Definition at line 56 of file vf_fps.c.

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

int FPSContext::dup

number of frames duplicated

Definition at line 57 of file vf_fps.c.

Referenced by filter_frame(), and uninit().

int FPSContext::drop

number of framed dropped

Definition at line 58 of file vf_fps.c.

Referenced by filter_frame(), and uninit().


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

Generated on Sat Jan 25 2014 19:52:28 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /