FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | AudioDynamicSmoothContext |
Macros | |
#define | OFFSET(x) offsetof(AudioDynamicSmoothContext, x) |
#define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM|AV_OPT_FLAG_RUNTIME_PARAM |
Functions | |
static int | config_input (AVFilterLink *inlink) |
static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
static av_cold void | uninit (AVFilterContext *ctx) |
AVFILTER_DEFINE_CLASS (adynamicsmooth) | |
Variables | |
static const AVOption | adynamicsmooth_options [] |
static const AVFilterPad | inputs [] |
const AVFilter | ff_af_adynamicsmooth |
#define OFFSET | ( | x | ) | offsetof(AudioDynamicSmoothContext, x) |
Definition at line 103 of file af_adynamicsmooth.c.
Definition at line 104 of file af_adynamicsmooth.c.
|
static |
Definition at line 33 of file af_adynamicsmooth.c.
|
static |
Definition at line 45 of file af_adynamicsmooth.c.
|
static |
Definition at line 96 of file af_adynamicsmooth.c.
AVFILTER_DEFINE_CLASS | ( | adynamicsmooth | ) |
|
static |
Definition at line 106 of file af_adynamicsmooth.c.
|
static |
Definition at line 114 of file af_adynamicsmooth.c.
const AVFilter ff_af_adynamicsmooth |
Definition at line 123 of file af_adynamicsmooth.c.