|
FFmpeg
|
#include "libavutil/channel_layout.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 | HaasContext |
Macros | |
| #define | MAX_HAAS_DELAY 40 |
| #define | OFFSET(x) offsetof(HaasContext, x) |
| #define | A AV_OPT_FLAG_AUDIO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
Functions | |
| AVFILTER_DEFINE_CLASS (haas) | |
| static int | query_formats (AVFilterContext *ctx) |
| static int | config_input (AVFilterLink *inlink) |
| static int | filter_frame (AVFilterLink *inlink, AVFrame *in) |
| static av_cold void | uninit (AVFilterContext *ctx) |
Variables | |
| static const AVOption | haas_options [] |
| static const AVFilterPad | inputs [] |
| const AVFilter | ff_af_haas |
| #define OFFSET | ( | x | ) | offsetof(HaasContext, x) |
| AVFILTER_DEFINE_CLASS | ( | haas | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const AVFilter ff_af_haas |
1.8.17