|
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 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 [] |
| const 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 92 of file af_tremolo.c.
|
static |
Definition at line 38 of file af_tremolo.c.
|
static |
Definition at line 115 of file af_tremolo.c.
|
static |
Definition at line 124 of file af_tremolo.c.
| const AVFilter ff_af_tremolo |
Definition at line 131 of file af_tremolo.c.
1.8.17