|
FFmpeg
|
#include "libavutil/mem.h"#include "libavutil/opt.h"#include "avfilter.h"#include "filters.h"#include "audio.h"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 [] |
| const FFFilter | ff_af_tremolo |
| #define OFFSET | ( | x | ) | offsetof(TremoloContext, x) |
Definition at line 36 of file af_tremolo.c.
| #define FLAGS AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Definition at line 37 of file af_tremolo.c.
| AVFILTER_DEFINE_CLASS | ( | tremolo | ) |
|
static |
Definition at line 47 of file af_tremolo.c.
|
static |
Definition at line 87 of file af_tremolo.c.
|
static |
Definition at line 93 of file af_tremolo.c.
|
static |
Definition at line 39 of file af_tremolo.c.
|
static |
Definition at line 116 of file af_tremolo.c.
| const FFFilter ff_af_tremolo |
Definition at line 125 of file af_tremolo.c.
1.8.17