Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
epx |
| ) |
|
◆ epx2_slice()
◆ epx3_slice()
◆ config_output()
◆ query_formats()
◆ filter_frame()
◆ epx_options
Initial value:
Definition at line 38 of file vf_epx.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
Definition at line 260 of file vf_epx.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 269 of file vf_epx.c.
◆ ff_vf_epx
Initial value:= {
.name = "epx",
.priv_class = &epx_class,
}
#define flags(name, subs,...)
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
Definition at line 278 of file vf_epx.c.