#include <float.h>
#include "libavutil/opt.h"
#include "libavutil/timestamp.h"
#include "audio.h"
#include "formats.h"
#include "avfilter.h"
#include "internal.h"
Go to the source code of this file.
◆ OFFSET
◆ FLAGS
◆ SilenceMode
| Enumerator |
|---|
| SILENCE_TRIM | |
| SILENCE_TRIM_FLUSH | |
| SILENCE_COPY | |
| SILENCE_COPY_FLUSH | |
| SILENCE_STOP | |
Definition at line 33 of file af_silenceremove.c.
◆ AVFILTER_DEFINE_CLASS()
| AVFILTER_DEFINE_CLASS |
( |
silenceremove |
| ) |
|
◆ compute_peak()
◆ update_peak()
◆ compute_rms()
◆ update_rms()
◆ init()
◆ clear_window()
◆ config_input()
◆ flush()
◆ filter_frame()
◆ request_frame()
◆ query_formats()
◆ uninit()
◆ silenceremove_options
◆ silenceremove_inputs
Initial value:= {
{
.name = "default",
},
}
static int filter_frame(AVFilterLink *inlink, AVFrame *in)
static int config_input(AVFilterLink *inlink)
Definition at line 526 of file af_silenceremove.c.
◆ silenceremove_outputs
Initial value:= {
{
.name = "default",
},
}
static int request_frame(AVFilterLink *outlink)
Definition at line 536 of file af_silenceremove.c.
◆ ff_af_silenceremove
Initial value:= {
.name = "silenceremove",
.priv_class = &silenceremove_class,
}
static const AVFilterPad silenceremove_outputs[]
static av_cold int init(AVFilterContext *ctx)
#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 silenceremove_inputs[]
static const AVFilterPad inputs[]
static const AVFilterPad outputs[]
static av_cold void uninit(AVFilterContext *ctx)
Definition at line 545 of file af_silenceremove.c.