Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
Enumerator |
---|
VAR_W | |
VAR_H | |
VAR_A | |
VAR_N | |
VAR_T | |
VAR_SAR | |
VAR_DAR | |
VAR_VARS_NB | |
Definition at line 76 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[] |
|
static |
◆ inputs
Initial value:= {
{
.name = "default",
},
}
Definition at line 239 of file vf_swaprect.c.
◆ ff_vf_swaprect
Initial value:= {
.name = "swaprect",
.priv_class = &swaprect_class,
}
Definition at line 249 of file vf_swaprect.c.
static av_cold void uninit(AVFilterContext *ctx)
#define FILTER_INPUTS(array)
static int query_formats(const AVFilterContext *ctx, AVFilterFormatsConfig **cfg_in, AVFilterFormatsConfig **cfg_out)
const AVFilterPad ff_video_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_VIDEO.
#define FILTER_OUTPUTS(array)
#define AVFILTERPAD_FLAG_NEEDS_WRITABLE
The filter expects writable frames from its input link, duplicating data buffers if needed.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int ff_filter_process_command(AVFilterContext *ctx, const char *cmd, const char *arg, char *res, int res_len, int flags)
Generic processing of user supplied commands that are set in the same way as the filter options.
#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 FILTER_QUERY_FUNC2(func)
static const AVFilterPad inputs[]
@ AV_OPT_TYPE_STRING
Underlying C type is a uint8_t* that is either NULL or points to a C string allocated with the av_mal...
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)