|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | TremoloContext |
Macros | |
| #define | OFFSET(x) offsetof(TremoloContext, x) |
| #define | FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (tremolo) | |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static int | query_formats (AVFilterContext *ctx) |
| static av_cold void | uninit (AVFilterContext *ctx) |
| static int | config_input (AVFilterLink *inlink) |
Variables | |
| static const AVOption | tremolo_options [] |
| static const AVFilterPad | avfilter_af_tremolo_inputs [] |
| static const AVFilterPad | avfilter_af_tremolo_outputs [] |
| AVFilter | ff_af_tremolo |
| #define OFFSET | ( | x | ) | offsetof(TremoloContext, x) |
Definition at line 35 of file af_tremolo.c.
| #define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 36 of file af_tremolo.c.
| AVFILTER_DEFINE_CLASS | ( | tremolo | ) |
|
static |
Definition at line 46 of file af_tremolo.c.
|
static |
Definition at line 86 of file af_tremolo.c.
|
static |
Definition at line 116 of file af_tremolo.c.
|
static |
Definition at line 122 of file af_tremolo.c.
|
static |
Definition at line 38 of file af_tremolo.c.
|
static |
Definition at line 145 of file af_tremolo.c.
|
static |
Definition at line 155 of file af_tremolo.c.
| AVFilter ff_af_tremolo |
Definition at line 163 of file af_tremolo.c.
1.8.17