Go to the source code of this file.
Enumerator |
---|
VAR_VOLUME |
|
VAR_CHANNEL |
|
VAR_PEAK |
|
VAR_VARS_NB |
|
Definition at line 35 of file avf_showvolume.c.
AVFILTER_DEFINE_CLASS |
( |
showvolume |
| ) |
|
const char* const var_names[] = { "VOLUME", "CHANNEL", "PEAK", NULL } |
|
static |
Initial value:= {
}
static void draw_text(FFDrawContext *draw, AVFrame *frame, FFDrawColor *color, int x0, int y0, const uint8_t *text, int vertical)
offset must point to AVRational
Definition at line 58 of file avf_showvolume.c.
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
static int config_input(AVFilterLink *inlink)
Definition at line 335 of file avf_showvolume.c.
Initial value:= {
{
.name = "default",
},
}
static int config_output(AVFilterLink *outlink)
Definition at line 345 of file avf_showvolume.c.
Initial value:= {
.name = "showvolume",
.priv_class = &showvolume_class,
}
static const AVFilterPad showvolume_outputs[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVFilterPad showvolume_inputs[]
static const AVFilterPad outputs[]
static const AVFilterPad inputs[]
static int query_formats(AVFilterContext *ctx)
static av_cold int init(AVFilterContext *ctx)
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 354 of file avf_showvolume.c.