Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ AVFILTER_DEFINE_CLASS()
AVFILTER_DEFINE_CLASS |
( |
abitscope |
| ) |
|
◆ query_formats()
◆ config_input()
◆ config_output()
◆ count_bits()
◆ filter_frame()
◆ abitscope_options
Initial value:= {
{
"colors",
"set channels colors",
OFFSET(colors),
AV_OPT_TYPE_STRING, {.str =
"red|green|blue|yellow|orange|lime|pink|magenta|brown" }, 0, 0, FLAGS },
}
offset must point to AVRational
offset must point to two consecutive integers
Definition at line 48 of file avf_abitscope.c.
◆ inputs
Initial value:= {
{
.name = "default",
},
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
Definition at line 225 of file avf_abitscope.c.
◆ outputs
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 235 of file avf_abitscope.c.
◆ ff_avf_abitscope
Initial value:= {
.name = "abitscope",
.priv_class = &abitscope_class,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int query_formats(AVFilterContext *ctx)
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
Definition at line 244 of file avf_abitscope.c.