Go to the source code of this file.
      
        
          | AVFILTER_DEFINE_CLASS | ( | abitscope |  | ) |  | 
      
 
 
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.
 
 
Initial value:= {
    {
        .name         = "default",
    },
}
static int config_input(AVFilterLink *inlink)
static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
Definition at line 223 of file avf_abitscope.c.
 
 
Initial value:= {
    {
        .name         = "default",
    },
}
static int config_output(AVFilterLink *outlink)
Definition at line 233 of file avf_abitscope.c.
 
 
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 242 of file avf_abitscope.c.