#include "libavutil/opt.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
Go to the source code of this file.
AVFILTER_DEFINE_CLASS |
( |
framestep |
| ) |
|
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *ref)
Definition at line 74 of file vf_framestep.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output_props(AVFilterLink *outlink)
Definition at line 83 of file vf_framestep.c.
Initial value:= {
.name = "framestep",
.priv_class = &framestep_class,
}
#define AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC
Some filters support a generic "enable" expression option that can be used to enable or disable a fil...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad framestep_inputs[]
static const AVFilterPad framestep_outputs[]
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
Definition at line 92 of file vf_framestep.c.