FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FrameStepContext |
Macros | |
#define | OFFSET(x) offsetof(FrameStepContext, x) |
#define | FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Functions | |
AVFILTER_DEFINE_CLASS (framestep) | |
static int | config_output_props (AVFilterLink *outlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *ref) |
Variables | |
static const AVOption | framestep_options [] |
static const AVFilterPad | framestep_inputs [] |
static const AVFilterPad | framestep_outputs [] |
AVFilter | ff_vf_framestep |
#define OFFSET | ( | x | ) | offsetof(FrameStepContext, x) |
Definition at line 36 of file vf_framestep.c.
#define FLAGS AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 37 of file vf_framestep.c.
AVFILTER_DEFINE_CLASS | ( | framestep | ) |
|
static |
Definition at line 46 of file vf_framestep.c.
|
static |
Definition at line 63 of file vf_framestep.c.
|
static |
Definition at line 39 of file vf_framestep.c.
|
static |
Definition at line 75 of file vf_framestep.c.
|
static |
Definition at line 84 of file vf_framestep.c.
AVFilter ff_vf_framestep |
Definition at line 93 of file vf_framestep.c.