|
FFmpeg
|
#include "libavutil/ffmath.h"#include "libavutil/opt.h"#include "avfilter.h"#include "audio.h"#include "formats.h"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 [] |
| static const AVFilterPad | outputs [] |
| const AVFilter | ff_af_adynamicsmooth |
| #define OFFSET | ( | x | ) | offsetof(AudioDynamicSmoothContext, x) |
Definition at line 104 of file af_adynamicsmooth.c.
Definition at line 105 of file af_adynamicsmooth.c.
|
static |
Definition at line 34 of file af_adynamicsmooth.c.
|
static |
Definition at line 46 of file af_adynamicsmooth.c.
|
static |
Definition at line 97 of file af_adynamicsmooth.c.
| AVFILTER_DEFINE_CLASS | ( | adynamicsmooth | ) |
|
static |
Definition at line 107 of file af_adynamicsmooth.c.
|
static |
Definition at line 115 of file af_adynamicsmooth.c.
|
static |
Definition at line 124 of file af_adynamicsmooth.c.
| const AVFilter ff_af_adynamicsmooth |
Definition at line 131 of file af_adynamicsmooth.c.
1.8.17