Go to the source code of this file.
◆ MAX_DB
◆ filter_frame()
◆ logdb()
| static double logdb |
( |
uint64_t | v | ) |
|
|
inlinestatic |
◆ print_stats()
◆ uninit()
◆ volumedetect_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(DBEDecodeContext *s, AVFrame *frame)
Definition at line 117 of file af_volumedetect.c.
◆ ff_af_volumedetect
Initial value:= {
.p.name = "volumedetect",
}
static const AVFilterPad volumedetect_inputs[]
const AVFilterPad ff_audio_default_filterpad[1]
An AVFilterPad array whose only entry has name "default" and is of type AVMEDIA_TYPE_AUDIO.
#define AVFILTER_FLAG_METADATA_ONLY
The filter is a "metadata" filter - it does not modify the frame data in any way.
@ AV_SAMPLE_FMT_S16P
signed 16 bits, planar
@ AV_SAMPLE_FMT_S16
signed 16 bits
static av_cold void uninit(AVBitStreamFilterContext *ctx)
#define FILTER_INPUTS(array)
#define FILTER_OUTPUTS(array)
#define FILTER_SAMPLEFMTS(...)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 125 of file af_volumedetect.c.