#include "libavutil/opt.h"
#include "avfilter.h"
#include "filters.h"
#include "video.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
framestep | | ) |
|
◆ config_output_props()
◆ filter_frame()
◆ framestep_options
Initial value:= {
}
@ AV_OPT_TYPE_INT
Underlying C type is int.
Definition at line 39 of file vf_framestep.c.
◆ framestep_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 77 of file vf_framestep.c.
◆ framestep_outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output_props(AVFilterLink *outlink)
Definition at line 85 of file vf_framestep.c.
◆ ff_vf_framestep
Initial value:= {
.p.name = "framestep",
.p.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 AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#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[]
Definition at line 93 of file vf_framestep.c.