Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
Enumerator |
---|
VAR_W | |
VAR_H | |
VAR_A | |
VAR_N | |
VAR_T | |
VAR_POS | |
VAR_SAR | |
VAR_DAR | |
VAR_VARS_NB | |
Definition at line 77 of file vf_swaprect.c.
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
swaprect |
| ) |
|
◆ query_formats()
◆ filter_frame()
◆ config_input()
◆ uninit()
◆ swaprect_options
◆ var_names
const char* const var_names[] = { "w", "h", "a", "n", "t", "pos", "sar", "dar", NULL } |
|
static |
◆ inputs
Initial value:= {
{
.name = "default",
.needs_writable = 1,
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 227 of file vf_swaprect.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 238 of file vf_swaprect.c.
◆ ff_vf_swaprect
Initial value:= {
.name = "swaprect",
.priv_class = &swaprect_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...
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static av_cold void uninit(AVFilterContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
Definition at line 246 of file vf_swaprect.c.