Searched defs:FrameRateContext (Results 1 – 1 of 1) sorted by relevance
35 typedef struct FrameRateContext { struct36 const AVClass *class;38 AVRational dest_frame_rate; ///< output frames per second39 int flags; ///< flags affecting frame rate conversion algorithm40 double scene_score; ///< score that denotes a scene change has happened41 int interp_start; ///< start of range to apply linear interpolation42 int interp_end; ///< end of range to apply linear interpolation44 int line_size[4]; ///< bytes of pixel data per line for each plane45 int height[4]; ///< height of each plane69 } FrameRateContext; argument