Go to the source code of this file.
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 |
( |
swaprect |
| ) |
|
const char* const var_names[] = { "w", "h", "a", "n", "t", "pos", "sar", "dar", NULL } |
|
static |
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.
Initial value:= {
{
.name = "default",
},
}
Definition at line 238 of file vf_swaprect.c.
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.