Home
last modified time | relevance | path

Searched defs:FrameRateContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dframerate.h35 typedef struct FrameRateContext { struct
36 const AVClass *class;
38 AVRational dest_frame_rate; ///< output frames per second
39 int flags; ///< flags affecting frame rate conversion algorithm
40 double scene_score; ///< score that denotes a scene change has happened
41 int interp_start; ///< start of range to apply linear interpolation
42 int interp_end; ///< end of range to apply linear interpolation
44 int line_size[4]; ///< bytes of pixel data per line for each plane
45 int height[4]; ///< height of each plane
69 } FrameRateContext; argument