Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ anonymous enum
◆ anonymous enum
◆ FillMode
Enumerator |
---|
FM_SMEAR | |
FM_MIRROR | |
FM_FIXED | |
FM_NB_MODES | |
Definition at line 34 of file vf_fillborders.c.
◆ query_formats()
◆ smear_borders8()
◆ smear_borders16()
◆ mirror_borders8()
◆ mirror_borders16()
◆ fixed_borders8()
◆ fixed_borders16()
◆ filter_frame()
◆ config_input()
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
fillborders |
| ) |
|
◆ fillborders_options
Initial value:= {
{
"bottom",
"set the bottom fill border",
OFFSET(bottom),
AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, FLAGS },
{
"color",
"set the color for the fixed mode",
OFFSET(rgba_color),
AV_OPT_TYPE_COLOR, {.str =
"black"}, .flags = FLAGS },
}
mode
Use these values in ebur128_init (or'ed).
Definition at line 351 of file vf_fillborders.c.
◆ fillborders_inputs
Initial value:= {
{
.name = "default",
.needs_writable = 1,
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *frame)
static int config_input(AVFilterLink *inlink)
Definition at line 366 of file vf_fillborders.c.
◆ fillborders_outputs
◆ ff_vf_fillborders
Initial value:= {
.name = "fillborders",
.priv_class = &fillborders_class,
}
static const AVFilterPad fillborders_inputs[]
#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 NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad fillborders_outputs[]
Definition at line 385 of file vf_fillborders.c.