Go to the source code of this file.
◆ DEFINE_DEDOTCRAWL
#define DEFINE_DEDOTCRAWL |
( |
|
name, |
|
|
|
type, |
|
|
|
div |
|
) |
| |
◆ DEFINE_DERAINBOW
#define DEFINE_DERAINBOW |
( |
|
name, |
|
|
|
type, |
|
|
|
div |
|
) |
| |
◆ OFFSET
◆ FLAGS
◆ query_formats()
◆ config_output()
◆ activate()
◆ uninit()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
dedot |
| ) |
|
◆ dedot_options
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 385 of file vf_dedot.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 393 of file vf_dedot.c.
◆ ff_vf_dedot
Initial value:= {
.name = "dedot",
.priv_class = &dedot_class,
}
static int activate(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AVFILTER_FLAG_SLICE_THREADS
The filter supports multithreading by splitting frames into multiple parts and processing them concur...
#define AVFILTER_FLAG_SUPPORT_TIMELINE_INTERNAL
Same as AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC, except that the filter will have its filter_frame() c...
static const AVFilterPad inputs[]
#define flags(name, subs,...)
static av_cold void uninit(AVFilterContext *ctx)
static const AVFilterPad outputs[]
Definition at line 404 of file vf_dedot.c.