FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FrameRateContext |
Macros | |
#define | BLEND_FUNC_PARAMS |
#define | BLEND_FACTOR_DEPTH(n) (n-1) |
Typedefs | |
typedef void(* | blend_func) (BLEND_FUNC_PARAMS) |
Functions | |
void | ff_framerate_init (FrameRateContext *s) |
void | ff_framerate_init_x86 (FrameRateContext *s) |
#define BLEND_FUNC_PARAMS |
#define BLEND_FACTOR_DEPTH | ( | n | ) | (n-1) |
Definition at line 31 of file framerate.h.
typedef void(* blend_func) (BLEND_FUNC_PARAMS) |
Definition at line 33 of file framerate.h.
void ff_framerate_init | ( | FrameRateContext * | s | ) |
Definition at line 258 of file vf_framerate.c.
Referenced by config_input().
void ff_framerate_init_x86 | ( | FrameRateContext * | s | ) |
Definition at line 28 of file vf_framerate_init.c.
Referenced by ff_framerate_init().